Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justingreerbbi/e145be304facfc89205d47bdd20301f3 to your computer and use it in GitHub Desktop.
Save justingreerbbi/e145be304facfc89205d47bdd20301f3 to your computer and use it in GitHub Desktop.
.well-known/openid-configuration wpoauth
{
"issuer": "https://wordpress.site",
"authorization_endpoint": "http://wordpress.site/oauth/authorize/",
"token_endpoint": "http://wordpress.site/oauth/token/",
"userinfo_endpoint": "http://wordpress.site/oauth/me/",
"end_session_endpoint": "http://wordpress.site/oauth/destroy/",
"jwks_uri": "http://wordpress.site/.well-known/keys/",
"revocation_endpoint": "http://wordpress.site/oauth/revoke/",
"introspection_endpoint": "http://wordpress.site/oauth/introspection/",
"registration_endpoint": null,
"grant_types_supported": [
"authorization_code",
"client_credentials",
"refresh_token",
"uswo_me_resource_returner_credentials",
"implicit"
],
"service_documentation": null,
"scopes_supported": [
"openid",
"profile",
"email",
"basic"
],
"response_types_supported": [
"code",
"id_token",
"token id_token",
"code id_token"
],
"subject_types_supported": [
"public"
],
"id_token_signing_alg_values_supported": [
"RS256"
],
"token_endpoint_auth_methods_supported": [
"client_secret_basic"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment