Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? 11.0.0
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .NET Core
Hello Team, Currently we have requirment for our one of client want to use SSO login from OKTA to our application using SAML. We have other tenant also in same server and application. Can you guide us how we can implement OKTA and enable only for one tenant.
Thanks SRTMDEV
14 Answer(s)
-
0
Hello Team, Thanks for your OpenID connect suggestion and we have tried it with OKTA and is work as expected by apply some settings. Now as you know we can provide App Logo in OKTA user which can provide directly login to the configured application. Do have any idea that do we need to do any ANZ which can auto login from OKTA platform?
-
0
Hi @SRTMDEV
This requires a bit modification in the initial app. In login.component.ts, you can send a request to server to check if user/tenant has OpenID enabled and start the login flow automatically if it is enabled. You need to call a similar action when user clicks the OpenID Login button.
This flow is not implemented by default.
-
0
Hello Team, We are getting below error while login via Externa Login. Currently we try OKTA Trial account in which we are facing issue. With OKTA Developer account it successfully run. Mainly this has been marked when 2 Stage/Multiple Authentication has been enabled in OKTA.
Error: 'An item with the same key has already been added. Key: http://schemas.microsoft.com/claims/authnmethodsreferences'
-
0
Hello Team,
Currently Abp.AspNetZeroCore.Web version is 4.0.0 and Abp.AspNetCore version is 7.0.1 package used. Let us know if we upgrade both package (Abp.AspNetZeroCore.Web to 4.1.0 and Abp.AspNetCore to 7.4.0) to latest version will impact on our project which is running on ANZ 11.0.0 version?