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

(WIP) enable microservice-based flow to replay AuthnRequest (requires wsgi_app in registered callback) #288

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

rhoerbe
Copy link
Contributor

@rhoerbe rhoerbe commented Oct 17, 2019

The rationale for this change is a microservice that is replaying the authentication request to the IDP after receiving the response with a signaling attribute that requires some interaction (like profile completion or role selection. ADFS is not capable of implementing this in the login sequence.

The microservice stores the authnRequest. Once it receives the response from the external interaction, it returns wsgi_app.run(authnrequ_context) to replay the AuthnRequest.

@rhoerbe rhoerbe force-pushed the rh_wkis3 branch 2 times, most recently from da3f4e7 to 5b83e97 Compare October 17, 2019 20:22
(requires wsgi_app in registered callback)
@rhoerbe
Copy link
Contributor Author

rhoerbe commented Oct 17, 2019

After wading thru various plugins that might potentially be called in _run_bound_endpoint() I decided to add **kwargs to all methods with the (self, context [, ...]) signature, because it is not trivial to proof what could be called (except a few, suche as process())

The first commit contains of the PR contains the microservice redirecturl.py, for which this PR is used. It is deleted in the second PR to limit this PR to a single purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant