-
Notifications
You must be signed in to change notification settings - Fork 48
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
(PXP-6507): Handle denied access from any IDP #819
Conversation
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
Pull Request Test Coverage Report for Build 9600
💛 - Coveralls |
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.
LGTM
we'll want to test this flow for our other IDPs too but should be good.
location = flask.session.get("redirect") or config["BASE_URL"] | ||
redirect_url = urljoin(location, parsed_url.path) | ||
return flask.redirect(location=redirect_url) | ||
reqiest_url = flask.request.url |
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.
typo
Description about what this pull request does.
Please make sure to follow the DEV guidelines before asking for review.
New Features
redirect_uri
when you deny consent from any idp.