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

Possibility to test SAML2 and OIDC Proxy #10

Open
peppelinux opened this issue Mar 21, 2021 · 3 comments
Open

Possibility to test SAML2 and OIDC Proxy #10

peppelinux opened this issue Mar 21, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@peppelinux
Copy link
Member

an additional option, like --proxy saml2|oidc|oauth2 would load a specialized authnrequest loader, for each kind of proxy type.
This will follow the requests if they are saml2 redirect or post or oidc/oauth2 auth code flow.

This is a approach that would be experimental, each tested proxy as working would be referenced in a dedicated section in the README.

the proxy that would drive the first tests are:

SATOSA-Saml2SPID
AgID Login (oidc auth code flow)

@peppelinux peppelinux added the enhancement New feature or request label Mar 21, 2021
@peppelinux
Copy link
Member Author

peppelinux commented Jun 30, 2021

This feature Is implemented with the help of authn plugins
af22d98

We needs to get some contribution and examples. The First proxy plugin Will cover satosa-saml2spid and It would a good starting point, as well, for others

@peppelinux
Copy link
Member Author

Satosa-Saml2Spid IAM Proxy covered here

class SatosaSaml2Spid(Base):

it could be a good starting point for every Saml2Saml proxies

@peppelinux
Copy link
Member Author

linked to this
#65

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

No branches or pull requests

1 participant