MetaData address for OrgAuthServer

Hi,
I am using below code to get OpenIdConnectConfiguration.

Code:
IConfigurationManager configurationManager = new ConfigurationManager(MetdDataUrl,
new OpenIdConnectConfigurationRetriever(),
new HttpDocumentRetriever());

For Default Authorization Server my Metdata URL is
https://dev-827***.okta.com/oauth2/default/.well-known/oauth-authorization-server”

What would be my MetaDataURL for OrgAuthServer to get OpenIdConnectConfiguration??

Hi @manish.kumar18,

For OIDC config it’d be https://dev-827***.okta.com/oauth2/default/.well-known/openid-configuration

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.