How to use Memberstack Custom SSO with Blazor to log users in automatically?
Hi everyone! I just got a Memberstack membership yesterday and I am working on integrating Custom SSO into my Blazor project. My goal is to enable a single sign-on experience, where users can log in through my Blazor app and automatically access their Memberstack page.
Does anyone know if Custom SSO is compatible with Blazor? Thank you!
Comments
1 comment
Hi Ana,
Memberstack uses Open ID with their custom SSO option. However, when I tried it, difference than allowing a custom provider to login through memberstack, what it does it that allows Memberstack to act as a provider of another SSO connection that you require... You can look up what are the official provider membrstack has listed here https://docs.memberstack.com/hc/en-us/sections/9188390078491-Social-Authentication-SSO
If you need to know more about the custom SSO you can look the docs here and do any test that you want with the free account
https://docs.memberstack.com/hc/en-us/articles/8161104982043-Custom-SSO-Integrations
https://docs.memberstack.com/hc/en-us/articles/12286964299419-Using-Memberstack-OIDC-with-Auth0
Please sign in to leave a comment.