-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add IDToken for Azure provider #258
Merged
JoelSpeed
merged 12 commits into
oauth2-proxy:master
from
leyshon:feature/azure-idtoken
Oct 17, 2019
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
c8a89ec
Adding the IDToken to the session for the Azure Provider.
leyshon 0c541f6
Adding additional asserts to the TestAzureProviderREdeemReturnsIdToke…
leyshon 311f14c
Fixing linting errors: Making sure err is checked in azure_test and g…
leyshon eb5a31e
Merge branch 'master' into feature/azure-idtoken
leyshon 41ed9f7
Updating the changelog to include details of the change
leyshon b4afbae
Merge branch 'feature/azure-idtoken' of github.com:leyshon/oauth2_pro…
leyshon 21aba50
Adding a note to the Azure provider documentation to mention issues w…
leyshon 1aad87d
Fixing a small typo in the docs
leyshon d8d4c68
Merge branch 'master' into feature/azure-idtoken
leyshon 0b2eb91
Update docs/2_auth.md
leyshon ef22a0f
Merge branch 'master' into feature/azure-idtoken
leyshon c3cdcae
Merge branch 'master' into feature/azure-idtoken
leyshon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this note is definitely relevant but maybe the changelog is the wrong place? WDYT @JoelSpeed @steakunderscore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's also been added to the Azure section of the Authentication documentation in this pull request. Obviously though this is very much worth highlighting to people as I'd imagine it will break a lot of configurations so if there is some where else we can put it to draw peoples attention to it let me know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am happy to have a note like this in the changelog, it's important that people are aware of changes like this that may break their setups.
It's the sort of thing I'll copy out to highlight it in the release highlights when I cut the next release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Totally happy for it to stay in the changelog 🙂