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

SAML authentication in revel #1485

Open
GururajaUN opened this issue Feb 28, 2020 · 4 comments
Open

SAML authentication in revel #1485

GururajaUN opened this issue Feb 28, 2020 · 4 comments

Comments

@GururajaUN
Copy link

I am using revel as framework for the application development. I need to enable user authentication with Okta IDP ( using SAML )..

I tried integrate "https://github.com/crewjam/saml" but it seems to be a big effort !

Any suggestions on the package / module that can be used for authentication in revel please ?

@ptman
Copy link
Contributor

ptman commented Apr 10, 2020

I used https://github.com/russellhaering/gosaml2/ with success

@GururajaUN
Copy link
Author

GururajaUN commented Apr 15, 2020

Thanks ptman. I integrated https://github.com/crewjam/saml with success. Integrated the library as a proxy in front of revel so that only authenticated users are serviced by revel api's.

@ptman
Copy link
Contributor

ptman commented Apr 15, 2020

Ok, but that forces SAML on everyone, while we are using SAML as one possible auth method.

@GururajaUN
Copy link
Author

Yes, wanted to enforce SAML on everyone and it was supposed to be only auth method.
Curious to understand how you integrate multiple auth modules. Any pointers for it please ?

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