Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Open
rhoerbe wants to merge 9 commits intoIdentityPython:masterIdentityPython/SATOSA:masterfrom
rhoerbe:rh_wkis3rhoerbe/SATOSA:rh_wkis3Copy head branch name to clipboard
Open

(WIP) enable microservice-based flow to replay AuthnRequest (requires wsgi_app in registered callback)#288
rhoerbe wants to merge 9 commits intoIdentityPython:masterIdentityPython/SATOSA:masterfrom
rhoerbe:rh_wkis3rhoerbe/SATOSA:rh_wkis3Copy head branch name to clipboard

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.