I have an MVC application (.Net Framework 4.5) which is been there for the last three years and using Forms Authentication mechanism. This application provides different accounts like Personal, freebie, Enterprise etc. For an enterprise account, we are handling everything in the same application. I.e. Suppose an enterprise called “xyz” created an enterprise account with the application, then we are providing a custom url like “https://application/xyz/login” and from the url we are identifying that enterprise. I don’t know the exact reason why they implemented like this as I have seen applications that’s having enterprise accounts are created as sub domains (e.g. https://xyz.okta.com). Since the application is live I couldn’t modify the existing system. Now I want to integrate Okta into it. With the help of this blog post https://stackoverflow.com/questions/43980281/programatically-configure-sso-settings-using-kentor I was able to configure the settings from code. I’m planning to store all configuration related things(Single sign-on URL, Audience URI etc) in the database. In an identity provider instantiated flow is there any way I can identify that the call is from which okta enterprise account?
0条回答
相关问题
- Spring-SAML Endless redirect loop after a successf
- Programatically configure sso settings using kento
- Okta sessions/me returning 404 when called from Ja
- Jhipster OAuth 2.0 / OIDC Authentication Authoriza
- Propagate SAML Assertion Response/Security Context
相关文章
- How apache know that SAML response is authenticate
- authenticate to SharePoint through OKTA from back-
- 有没有办法来限制1563令牌权威?(Is there a way to limit an Okta
- 1563 - asp.net - 如何获取用户名/登录在当前用户登录的ID /唯一标识符?
- How to get SAML token from OKTA from .NET web serv
- Okta validate login on app redirect
- Authenticating rest endpoints and the UI using Okt
- Angular 5 Use runtime environment variables in app