The OpenID Connect Keystore URL is a specific URL provided by the OpenID Provider that points to the location where the JSON Web Key Set (JWKS) is hosted. The JWKS contains the public keys used to verify the signatures on JSON Web Tokens (JWTs) issued by the OpenID Provider.
The Keystore URL is typically discovered through the OpenID Connect Discovery process, where clients send a request to the OpenID Connect Discovery URL, and the OpenID Provider responds with various configuration information, including the jwks_uri
, which is the Keystore URL.
{
“jwks_uri”: “https://auth.codeb.io/keystore“
}
The Keystore can also be accessed through the Web Services API in the Mobile Namespace at: <BaseURL>/ws/mobile.asmx?op=ServerJWKS
For example: https://auth.codeb.io/ws/mobile.asmx?op=ServerJWKS