Show OData OP Metadata (JSON)

{
  "issuer": "https://soc.crmls.org/identity",
  "jwks_uri": "https://soc.crmls.org/identity/.well-known/openid-configuration/jwks",
  "authorization_endpoint": "https://soc.crmls.org/identity/connect/authorize",
  "token_endpoint": "https://soc.crmls.org/identity/connect/token",
  "userinfo_endpoint": "https://soc.crmls.org/identity/connect/userinfo",
  "end_session_endpoint": "https://soc.crmls.org/identity/connect/endsession",
  "check_session_iframe": "https://soc.crmls.org/identity/connect/checksession",
  "revocation_endpoint": "https://soc.crmls.org/identity/connect/revocation",
  "introspection_endpoint": "https://soc.crmls.org/identity/connect/introspect",
  "device_authorization_endpoint": "https://soc.crmls.org/identity/connect/deviceauthorization",
  "frontchannel_logout_supported": true,
  "frontchannel_logout_session_supported": true,
  "backchannel_logout_supported": true,
  "backchannel_logout_session_supported": true,
  "scopes_supported": [
    "openid",
    "MemberEmailsAlwaysInclude",
    "MemberEmailsUserInfo",
    "profile",
    "email",
    "CrmlsProfile",
    "roles",
    "admin_ui_profile",
    "ODataApi",
    "CentralSiteAPI",
    "LockMgr",
    "MLNumGenerator",
    "EntityValidation",
    "api1",
    "webapi",
    "soc.api",
    "synd.api",
    "admin_api",
    "EntityEventApi",
    "choice.api",
    "MemberPortalApi",
    "MembershipApi",
    "CribDataApi",
    "offline_access"
  ],
  "claims_supported": [
    "sub",
    "MemberEmail",
    "name",
    "family_name",
    "given_name",
    "middle_name",
    "nickname",
    "preferred_username",
    "profile",
    "picture",
    "gender",
    "birthdate",
    "zoneinfo",
    "locale",
    "updated_at",
    "website",
    "email_verified",
    "email",
    "USERID",
    "MemberStateLicense",
    "MemberLoginId",
    "MemberKeyNumeric",
    "USERLEVEL",
    "OriginatingSystemID",
    "OfficeMlsId",
    "OfficeKeyNumeric",
    "BROKERCODE",
    "MemberIsAssistantTo",
    "MemberMlsSecurityClass",
    "MemberStatus",
    "MemberAOR",
    "OfficeAOR",
    "MemberFirstName",
    "MemberLastName",
    "USERCLASS",
    "BROKERBRANCH",
    "AGENTCODE",
    "role",
    "BrokerBranch",
    "UserLevel",
    "BrokerCode",
    "OriginatingSystemID_Long"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token",
    "implicit",
    "password",
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "response_types_supported": [
    "code",
    "token",
    "id_token",
    "id_token token",
    "code id_token",
    "code token",
    "code id_token token"
  ],
  "response_modes_supported": [
    "form_post",
    "query",
    "fragment"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "code_challenge_methods_supported": [
    "plain",
    "S256"
  ]
}