<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00008vdhIeSAIOkta Classic EngineAdministrationAnswered2024-04-16T12:17:42.000Z2020-07-13T06:12:20.000Z2020-07-13T11:27:04.000Z

3afl5 (3afl5) asked a question.

Authorization using Okta

We have ServiceNow application on-boarded on Azure AD and currently this application's authentication and authorization is taken by Azure itself. We wanted the authorization should happen from Okta and authentication from Azure AD. Please suggest the requirement and steps to configure in Azure AD and Okta to achieve the authorization part.


  • sandeepk.84743 (Wipro Technologies)

    That's a very peculiar use case. why are you having two Identity providers? Ideally authentication/authorization in SAML should be done by same IDP. Still you can consider the following. however its partial solution.

    you can consider following. OKTA will be doing the provisioning of users into the ServiceNow groups/apps. In the SAML assertion you check that the memberof attribute where if you find the user is a part of that particular group then access is allowed otherwise denied. Final decision will be taken by Azure AD only who is generating SAML assertion. OKTA will only be used for User provisioning.

     

    I hope it helps.

    Expand Post
This question is closed.
Loading
Authorization using Okta