Advertisement
Guest User

WSO2 IS response

a guest
Apr 18th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. {
  2. "request_parameter_supported": true,
  3. "claims_parameter_supported": true,
  4. "introspection_endpoint": "https://my.domain.it:9443/oauth2/introspect",
  5. "Response_modes_supported": [
  6. "query",
  7. "fragment",
  8. "form_post"
  9. ],
  10. "scopes_supported": [
  11. "address",
  12. "phone",
  13. "openid",
  14. "profile",
  15. "email"
  16. ],
  17. "check_session_iframe": "https://my.domain.it:9443/oidc/checksession",
  18. "backchannel_logout_supported": true,
  19. "issuer": "https://my.domain.it:9443/oauth2/token",
  20. "authorization_endpoint": "https://my.domain.it:9443/oauth2/authorize",
  21. "introspection_endpoint_auth_methods_supported": [
  22. "client_secret_basic",
  23. "client_secret_post"
  24. ],
  25. "claims_supported": [
  26. "phone_number",
  27. "country",
  28. "preferred_username",
  29. "birthdate",
  30. "middle_name",
  31. "formatted",
  32. "updated_at",
  33. "email",
  34. "upn",
  35. "sub",
  36. "nickname",
  37. "given_name",
  38. "locality",
  39. "gender",
  40. "region",
  41. "family_name",
  42. "email_verified",
  43. "profile",
  44. "name",
  45. "locale",
  46. "phone_number_verified",
  47. "zoneinfo",
  48. "picture",
  49. "postal_code",
  50. "street_address",
  51. "website",
  52. "groups",
  53. "address",
  54. "iss",
  55. "acr"
  56. ],
  57. "userinfo_signing_alg_values_supported": [
  58. "RS256"
  59. ],
  60. "token_endpoint_auth_methods_supported": [
  61. "client_secret_basic",
  62. "client_secret_post"
  63. ],
  64. "response_modes_supported": [
  65. "query",
  66. "fragment",
  67. "form_post"
  68. ],
  69. "backchannel_logout_session_supported": true,
  70. "token_endpoint": "https://my.domain.it:9443/oauth2/token",
  71. "response_types_supported": [
  72. "id_token token",
  73. "code",
  74. "id_token",
  75. "device",
  76. "token"
  77. ],
  78. "revocation_endpoint_auth_methods_supported": [
  79. "client_secret_basic",
  80. "client_secret_post"
  81. ],
  82. "grant_types_supported": [
  83. "refresh_token",
  84. "urn:ietf:params:oauth:grant-type:saml2-bearer",
  85. "password",
  86. "client_credentials",
  87. "iwa:ntlm",
  88. "urn:ietf:params:oauth:grant-type:device_code",
  89. "authorization_code",
  90. "urn:ietf:params:oauth:grant-type:uma-ticket",
  91. "account_switch",
  92. "urn:ietf:params:oauth:grant-type:jwt-bearer"
  93. ],
  94. "end_session_endpoint": "https://my.domain.it:9443/oidc/logout",
  95. "revocation_endpoint": "https://my.domain.it:9443/oauth2/revoke",
  96. "userinfo_endpoint": "https://my.domain.it:9443/oauth2/userinfo",
  97. "code_challenge_methods_supported": [
  98. "S256",
  99. "plain"
  100. ],
  101. "jwks_uri": "https://my.domain.it:9443/oauth2/jwks",
  102. "subject_types_supported": [
  103. "pairwise"
  104. ],
  105. "id_token_signing_alg_values_supported": [
  106. "RS256"
  107. ],
  108. "registration_endpoint": "https://my.domain.it:9443/api/identity/oauth2/dcr/v1.1/register",
  109. "request_object_signing_alg_values_supported": [
  110. "RS256",
  111. "RS384",
  112. "RS512",
  113. "PS256",
  114. "none"
  115. ]
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement