diff --git a/README.md b/README.md index 5da8e71b615c73aa85a35556c5926a168e64bd53..646fc8f1422ca4520e549b93d8e8f786b7359fcf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To use OpenID Connect or oAuth you need to set up an oAuth Client for every appl needs to authenticate it's users. You can leverage the Hydra Admin API to create oAuth clients. As a starting point, you can have a look at the script provided in `test/`. -To use SSO, configure your oAuth client (for example netxtcloud) and create a new oAuth client object. +To use SSO, configure your oAuth client (for example nextcloud) and create a new oAuth client object. After your server is running, refer to `https://sso.<YOUR.DOMAIN>/.well-known/openid-configuration` as a reference on how to configure your openID Connect or oAuth client. # Testing