Skip to content

Commit 14c4840

Browse files
authored
Update README.md (#216)
helping the deployer learn the endpoints
1 parent b21e942 commit 14c4840

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ Client ID and secret will be generated, and can be seen after the client creatio
119119
In order to purge expired tokens, this module requires [cron module](https://simplesamlphp.org/docs/stable/cron:cron)
120120
to be enabled and configured.
121121

122+
### Endpoint locations
123+
124+
Once you deployed the module, you will need the exact endpoint urls the module provides to configure the relying parties. You can visit the discovery endpoint to learn this information:
125+
126+
`<basepath>/module.php/oidc/openid-configuration.php`
127+
128+
This endpoint can be used to set up a `.well-known` URL (see below).
129+
122130
## Additional considerations
123131
### Private scopes
124132

0 commit comments

Comments
 (0)