You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

Endpoint (standard)
URL<baseurl>/oauth/userinfo/jwk
AuthenticationNone (Public)
ParametersNone

This end-point returns the public part of keys used for signing. The keys are later used for token validations.

Request parameters

None

Response elements

Below is an example response for the BankID pilot configuration in pre-production:

{
   "keys":[
   {
      "kty":"RSA",
      "n":"khw6L8E9GwwTu5AUclp (abbreviated ...) OM0MdzrKLLrmgiYVi",
      "e":"AQAB",
      "kid":"bankid-oauth",
      "use":"sig"
   }
 ]
}

  • No labels