OpenID Connect Discovery URL - CodeB Identity Solutions OpenID Connect Discovery URL - CodeB Identity Solutions

View Categories

OpenID Connect Discovery URL

< 1 min read

The OpenID Connect Discovery URL is a URL provided by the OpenID Provider that allows for automatic configuration of the necessary endpoints and keys.

It is typically formed by appending /.well-known/openid-configuration to the issuer’s base URL.

For example, if the issuer’s URL is https://auth.codeb.io, the discovery URL would be https://auth.codeb.io/.well-known/openid-configuration

The OpenID Provider responds with a JSON object containing various configuration information, including the URIs of the authorization endpoint, token endpoint, userinfo endpoint, and the public keys used to verify JWTs issued by the provider.

The Discovery JSON Object can also be retrieved by CodeB’s Mobile Web Service Namespace on: <BaseURL>/ws/mobile.asmx?op=OpenIDDiscovery for example: https://auth.codeb.io/ws/mobile.asmx?op=OpenIDDiscovery

Powered by BetterDocs