Add jwks_uri to list of endpoints (Spring OAuth2)

Improved wording
This commit is contained in:
dxmann73 2020-11-10 09:52:12 +01:00 committed by Stian Thorgersen
parent 5955d2d48a
commit 105828a6c6

View file

@ -94,7 +94,7 @@ More info together with example is in <<_service_accounts,Service Accounts>> cha
Here's a list of OIDC endpoints that the {project_name} publishes. These URLs are useful if you are using a non-{project_name} client adapter to
talk OIDC with the auth server. These are all relative URLs and the root of the URL being the HTTP(S) protocol, hostname, and usually path prefixed with
_/auth_: i.e. $$https://localhost:8080/auth$$.
_/auth_, for example $$https://localhost:8080/auth$$.
You can also find these endpoints under "OpenID Endpoint Configuration" in your realm settings.