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

Not really clear how to use #59

Closed
newmanw opened this issue Feb 11, 2020 · 3 comments
Closed

Not really clear how to use #59

newmanw opened this issue Feb 11, 2020 · 3 comments

Comments

@newmanw
Copy link

newmanw commented Feb 11, 2020

I have a saml SP and would like to test the authentication flow. Is that possible with this application? If so the documentation isn't really clear on how to setup test users and credentials.

@mcguinness
Copy link
Owner

This project doesn't really have users or "authentication". It mints a SAMLResponse with whatever SAML Subject or SAML AttributeStatement you want. The IdP is just a WebForm to construct details for the assertion. You configure the SAML Trust using CLI args and/or the Settings page.

@newmanw
Copy link
Author

newmanw commented Feb 12, 2020

Thanks for the response, sorry for the confusion. I am looking to test a SP initiated login.

@mcguinness
Copy link
Owner

You can test SP initiated login. Just set the CLI arguments for your SP and redirect to http://localhost:7000/saml/sso the default port.

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