-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add an Identity Provider for SAML #7
Comments
+1 from client - they really need this to be able to stop using Middleware |
+1 from client |
looking forward to developments on this |
+1 on this guys - SAML is very basic and most companies still use it. It seems to be a pretty big gap compared to other products like 3scale etc which all support SAML. |
We have an existing, in-house identity provider (IdP) that we use for SAML SSO for multiple applications. Here are some thoughts about what we would like to see from Tyk for a SAML/SSO integration: · SAML response from the IdP would include a few common attributes, like: |
The most promising library to add SAML support:
For testing purposes, we could use https://samltest.id/ There are not so many saml libs, most of them in abandoned state: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, please comment if you would like this issue to remain open. Thank you for your contributions. |
Definitely not stale |
I would say that saml2bearer would be good to have and the sso with the portal it is just nice to have. https://tools.ietf.org/html/draft-ietf-oauth-saml2-bearer-23 Use case: user -> web app-> azure ad (or other) saml-> web app (auth flow code) -> saml2bearer -> Api call with bearer |
TIB should be able to validate SAML authentication to provide access to things such as the Portal and the Dashboard
The text was updated successfully, but these errors were encountered: