Skip to content

Commit

Permalink
Merge pull request #876 from lsst-sqre/cbanek-patch-1
Browse files Browse the repository at this point in the history
Fix typo in openid-connect.rst
  • Loading branch information
rra authored Oct 9, 2023
2 parents 96cbb8f + 21c455f commit 75e86e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/openid-connect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Then, configure the client.
The authorization endpoint is ``/auth/openid/login``.
The token endpoint is ``/auth/openid/token``.
The userinfo endpoint is ``/auth/openid/userinfo``.
The JWKS endpoing is ``/.well-known/jwks.json``.
The JWKS endpoint is ``/.well-known/jwks.json``.
As with any other protected service, the client must run on the same URL host as Gafaelfawr, and these endpoints are all at that shared host (and should be specified using ``https``).

The OpenID Connect client should be configured to request only the ``openid`` scope.
Expand Down

0 comments on commit 75e86e8

Please sign in to comment.