I have some additional questions about SSO (related ticket: https://abp.io/support/questions/8726/About-Oauth-login-settings ):
- Does ABP support SSO via SAML on each tenant? If it is not supported, how should we proceed if we want to implement SAML SSO ourselves? Also, are there any plans to support SAML in the future?
- In ABP's recommended best practices, what are the differences in use cases (best practices) between OAuth login and External logins (social login) on each tenant?
- ABP Framework version: v 9.0.3
- UI Type: Angular
- Database System: EF Core (MySQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
4 Answer(s)
-
0
Hello, our relevant team member will respond to you as soon as possible.
-
0
hi
Does ABP support SSO via SAML on each tenant? If it is not supported, how should we proceed if we want to implement SAML SSO ourselves? Also, are there any plans to support SAML in the future?
If you can use SAML in the ASP Net core app, then you can use it in the abp project.
In ABP's recommended best practices, what are the differences in use cases (best practices) between OAuth login and External logins (social login) on each tenant?
- OAuth Login feature is authentication by password flow (username and password)
- External logins feature is authentication by code flow or implicit flow.
You can choose it based on your needs.
-
0
Thanks. for your reply.
Does ABP have any plan to support SAML SSO as a feature like OAuth login and External login? Since some of our SaaS product customers want to use SSO via SAML, so it would be very helpful if ABP had SAML SSO feature.
-
0
hi
We dont have
SAML
to test this feature.If you can provide the
SAML
login info, I can add it as a new login providerThanks.