{
  "issuer": "https://controller.sandbox.myoneid.co.uk",
  "authorization_endpoint": "https://controller.sandbox.myoneid.co.uk/v2/authorize",
  "token_endpoint": "https://controller.sandbox.myoneid.co.uk/token",
  "jwks_uri": "https://controller.sandbox.myoneid.co.uk/keys",
  "userinfo_endpoint": "https://controller.sandbox.myoneid.co.uk/userinfo",
  "response_types_supported": [
    "code"
  ],
  "subject_types_supported": [
    "pairwise"
  ],
  "id_token_signing_alg_values_supported": [
    "PS256"
  ],
  "scopes_supported": [
    "openid",
    "accounts",
    "accounts.balances",
    "address",
    "age_over_18",
    "age_over_21",
    "age_over_25",
    "date_of_birth",
    "email",
    "openid",
    "phone",
    "profile",
    "fraud",
    "product:age_check",
    "product:age_verification",
    "product:age_assure",
    "product:sign_in",
    "product:sign_in_refresh",
    "product:sign_up",
    "product:sign_up_plus",
    "product:id_live",
    "product:id_check",
    "product:id_proof",
    "product:id_assure",
    "product:id_scan_dbs",
    "product:id_scan_rtw",
    "product:age_verification_plus",
    "product:identity",
    "product:identity_proof",
    "product:sign_in_plus"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "claims_supported": [
    "aud",
    "exp",
    "iat",
    "iss",
    "sub"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ]
}