Skip to content
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

implement response_mode #469

Merged
merged 6 commits into from
May 12, 2022
Merged

implement response_mode #469

merged 6 commits into from
May 12, 2022

Conversation

eopeter
Copy link
Contributor

@eopeter eopeter commented May 6, 2022

This resolves #396 and allows specifying response_mode when using authorization code flow. It checks valid values for response_mode

oidc supports passing the response_mode to allow redirects to send callback parameters as POST for increased security.
@ghost
Copy link

ghost commented May 6, 2022

CLA assistant check
All CLA requirements met.

@eopeter eopeter force-pushed the eopeter/responseMode branch from 13bf239 to 13dd4a7 Compare May 6, 2022 00:48
Copy link
Collaborator

@rayluo rayluo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @eopeter, for working out this PR, and even proactively refining it for editorial changes.

I leave some comments below.

msal/application.py Outdated Show resolved Hide resolved
msal/application.py Outdated Show resolved Hide resolved
msal/application.py Outdated Show resolved Hide resolved
msal/oauth2cli/oidc.py Outdated Show resolved Hide resolved
tests/test_ccs.py Outdated Show resolved Hide resolved
eopeter and others added 2 commits May 12, 2022 16:34
Co-authored-by: Ray Luo <rayluo.mba@gmail.com>
msal/oauth2cli/oidc.py Outdated Show resolved Hide resolved
@rayluo rayluo merged commit 4397477 into AzureAD:dev May 12, 2022
@eopeter eopeter deleted the eopeter/responseMode branch May 12, 2022 20:55
@rayluo rayluo mentioned this pull request May 19, 2022
@rayluo rayluo mentioned this pull request May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

response_mode in authorization code flow
2 participants