omniauth-saml
omniauth-saml copied to clipboard
A generic SAML strategy for OmniAuth
In Mastodon, we support [OIDC, CAS, and SAML](https://github.com/mastodon/mastodon/blob/main/config/initializers/3_omniauth.rb) for SSO; Both CAS and OIDC support a `nickname` property on `user_info`, but we don't have anything for SAML for this property....
Just a heads up that the commit links in CHANGELOG.md are broken in the release branches. This is because they are relative links starting with "../..". The release branch naming...
This gem currently pins ruby-saml to ~> 1.18. The upstream maintainers are working on v2.x now. How would omniauth-saml like to handle the major version update for the dependency? I've...