{ "scopes_supported": [ "openid", "email", "profile", "offline_access", "read:widgets", "write:widgets" ], "issuer": "https://authd.dustid.io/api/auth", "authorization_endpoint": "https://authd.dustid.io/api/auth/oauth2/authorize", "token_endpoint": "https://authd.dustid.io/api/auth/oauth2/token", "jwks_uri": "https://authd.dustid.io/api/auth/jwks", "introspection_endpoint": "https://authd.dustid.io/api/auth/oauth2/introspect", "revocation_endpoint": "https://authd.dustid.io/api/auth/oauth2/revoke", "response_types_supported": [ "code" ], "response_modes_supported": [ "query" ], "grant_types_supported": [ "authorization_code", "refresh_token" ], "token_endpoint_auth_methods_supported": [ "client_secret_basic", "client_secret_post" ], "introspection_endpoint_auth_methods_supported": [ "client_secret_basic", "client_secret_post" ], "revocation_endpoint_auth_methods_supported": [ "client_secret_basic", "client_secret_post" ], "code_challenge_methods_supported": [ "S256" ], "authorization_response_iss_parameter_supported": true, "claims_supported": [ "sub", "iss", "aud", "exp", "iat", "sid", "scope", "azp", "email", "email_verified", "name", "picture", "family_name", "given_name" ], "userinfo_endpoint": "https://authd.dustid.io/api/auth/oauth2/userinfo", "subject_types_supported": [ "public" ], "id_token_signing_alg_values_supported": [ "EdDSA" ], "end_session_endpoint": "https://authd.dustid.io/api/auth/oauth2/end-session", "acr_values_supported": [ "urn:mace:incommon:iap:bronze" ], "prompt_values_supported": [ "login", "consent", "create", "select_account", "none" ] }