Single-Sign On with OAuth2/OpenID (OIDC)
Currently Featureupvote only supports SAML 2, however the world more and more moves to OAuth2/OpenID (OIDC), currently stuff like Azure AD B2C (different than Azure AD) does not support SAML 2 (yet) and it would be great if it would be possible to also use other IdP's that do not have saml support. (OpenID is also way easier to implement on the provider side)
To Register a user there are 2 possiblities:
1. on the first login with OIDC/OAuth2
2. SCIM 2.0 support for /Users endpoint
It would be a no brainer to have OIDC support because it will make integration with Feature Upvote way easier.