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

Idp-initiated (unsolicited) requests to frontend? #329

Closed
senorkrabs opened this issue May 22, 2020 · 1 comment
Closed

Idp-initiated (unsolicited) requests to frontend? #329

senorkrabs opened this issue May 22, 2020 · 1 comment

Comments

@senorkrabs
Copy link

Code Version

latest/master

Expected Behavior

Based on CHANGELOG.md, I'd expect that SAMLUnsolicitedFrontend would be available as a plugin and allow me to make unsolicited SSO requests to the frontend. I'm working with SPs that require this.

Current Behavior

SAMLUnsolicitedFrontend looks like it was committed and then reverted:
#231

Changelog shows it was added to 4.0.0 release but I don't see the class in code:
https://github.com/IdentityPython/SATOSA/blob/master/CHANGELOG.md#400-2019-07-09

Perhaps I'm just being dense, but it seems like this doesn't exist in the current release.

Possible Solution

Re-implement SAMLUnsolicitedFrontend or provide documentation/examples for making making idp-initiated (unsolicited) requests for novice users like myself.

Steps to Reproduce

@c00kiemon5ter
Copy link
Member

Woops, this made it to the changelog but it had been reverted soon after it was introduced. It should be removed from the changelog as it was never in an official release.

Instead, you can use the pysaml2-provided allow_unsolicited configuration option in the existing frontends.

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

No branches or pull requests

2 participants