ABP Framework version: v5.2.2
UI type: Angular
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): yes
Hi there,
I hope you are well.
We have developed a Saas application using the Abp microservice template. We now have a new requirement to integrate Okta as the identity provider for a specific client. Okta will only be used as the Identity provider for a specific client and other clients will use the default Identity Server that comes with the Abp template.
I am looking for guidance on how this can be achieved. Your assistance would be greatly appreciated.
3 Answer(s)
-
0
Hi,
I don't know what blocked you.
Could you describe exactly what problem you're having?
As I understand, you can custom the login model to do it, just check the current tenant.
-
0
Hi,
I don't know what blocked you.
Could you describe exactly what problem you're having?
As I understand, you can custom the login model to do it, just check the current tenant.
Hi,
There is no problem. I am looking for guidance on how to integrate with Okta.
When you say "As I understand, you can custom the login model to do it, just check the current tenant.", please can you share documentation on this?
-
0
Hi,
We have no such document, But we have an integration example about Keycloak, they are basically the same.
See: https://support.abp.io/QA/Questions/4676/is-ABP-Commercial-App-will-integrate-with-OktaAADSSO https://github.com/abpframework/abp/issues/12203
And we have a document about OAuth Resource Owner Password (ROP) External login Provider https://docs.abp.io/en/commercial/latest/modules/identity/oauth-login
It can be used out of the box, you can configure Okta client