Appendix 3: JSON Web Key Uri

JSON Web Key Uri is as follows:

https://openam.example.com:8443/openam/oauth2/connect/jwk_uri?realm=/ocean/crew

It is added in virutal host file as follows:

OIDCProviderJwksUri https://demo.gxicloud.com:8443/openam/oauth2/connect/jwk_uri?realm=/ocean/crew

The contents is as follows:

{  
   "keys":[  
      {  
         "kty":"RSA",
         "kid":"SylLC6Njt1KGQktD9Mt+0zceQSU=",
         "use":"sig",
         "alg":"RS256",
         "n":"AK0kHP1O-RgdgLSoWxkuaYoi5Jic6hLKeuKw8WzCfsQ68ntBDf6tVOTn_kZA7Gjf4oJAL1dXLlxIEy-kZWnxT3FF-0MQ4WQYbGBfaW8LTM4uAOLLvYZ8SIVEXmxhJsSlvaiTWCbNFaOfiII8bhFp4551YB07NfpquUGEwOxOmci_",
         "e":"AQAB"
      }
   ]
}

results matching ""

    No results matching ""