-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidated configuration of uris into strings
- Renamed `oidc.logout.redirect_to_uri` config option to `redirect_uri` - Renamed `authorization`, `token`, and `callback` config options to `authorization_uri`, `token_uri`, and `callback_uri` - Deleted the unused `jwks_uri` config option - The `authorization_uri`, `token_uri`, and `callback_uri` config options became simple strings instead of `Endpoint` objects [Issue #60] Signed-off-by: Ryan Richard <[email protected]>
- Loading branch information
1 parent
83d14a1
commit 74693c5
Showing
21 changed files
with
297 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.