Added introspection_endpoint to discovery configuration files

This commit is contained in:
Éloi Rivard 2021-09-15 19:08:59 +02:00
parent 4f5d18d689
commit 6a16590915
4 changed files with 8 additions and 0 deletions

View file

@ -12,6 +12,8 @@
["RS256", "ES256"],
"userinfo_endpoint":
"https://mydomain.tld/oauth/userinfo",
"introspection_endpoint":
"https://mydomain.tld/oauth/introspect",
"jwks_uri":
"https://mydomain.tld/oauth/jwks.json",
"registration_endpoint":

View file

@ -20,6 +20,8 @@
"https://mydomain.tld/oauth/jwks.json",
"registration_endpoint":
"https://mydomain.tld/oauth/register",
"introspection_endpoint":
"https://mydomain.tld/oauth/introspect",
"scopes_supported":
["openid", "profile", "email", "address",
"phone", "groups"],

View file

@ -16,6 +16,8 @@
"http://localhost:5000/oauth/jwks.json",
"registration_endpoint":
"http://localhost:5000/oauth/register",
"introspection_endpoint":
"https://mydomain.tld/oauth/introspect",
"scopes_supported":
["openid", "profile", "email", "address",
"phone", "groups"],

View file

@ -20,6 +20,8 @@
"http://localhost:5000/oauth/jwks.json",
"registration_endpoint":
"http://localhost:5000/oauth/register",
"introspection_endpoint":
"https://mydomain.tld/oauth/introspect",
"scopes_supported":
["openid", "profile", "email", "address",
"phone", "groups"],