<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
0D50Z00008S3H6fSAFOkta Classic EngineSingle Sign-OnAnswered2018-10-12T17:55:08.000Z2018-10-10T04:29:56.000Z2018-10-12T17:55:08.000Z
Setup SSO with OKTA for my angular app

Regularly we can see google ,facebook and linkedin sso’s . If i clicked on any one of these links(per suppose google) on any application implemented sso, it will redirect to google sign in page.Any one who has gmail account globally can sign in and it will redirect back to a specified uri with a code/access_token. Same for facebook and linkedin.

So my question is how can i add Okta to my angular application where any Okta user(i.e… any user who have signed up for Okta whether that user is associated with my okta OIDC application or not) can sign in to my application using okta credentials.

Use Case :

  1. New Lead will visit to my angular application login page
  2. If Lead is an existing Okta User then Lead will Click on Okta SSO link
  3. Lead will redirect to Okta Login Page
  4. Lead will provide their Okta credentials.
  5. If lead provided details are correct and lead is an active Okta user then , it should redirect back to a specified Uri with access_token/code

Note: I do have my angular application hosted on other domain. I haven’t created or integrated my angular application in Okta


  • Hi Chandu,

    You can accomplish this by setting up SAML SSO with Okta as the IDP. In this way, when the user will select the SSO login in your application sign on page, they will have to enter their Okta credentials and if they are valid will be logged in to the application. If you application supports SAML, you can create a custom SAML app in Okta for it or check if there is an already existing app in the Okta OIN.

    I added 2 documentation links below about the Okta SAML integration. If you encounter issue after creating a SAML SSO between your application and Okta, feel free to open a support ticket for assistance.

     

    https://developer.okta.com/standards/SAML/

    https://support.okta.com/help/s/article/Beginner-s-Guide-to-SAML

    Expand Post
    Selected as Best
  • Hi Chandu,

    You can accomplish this by setting up SAML SSO with Okta as the IDP. In this way, when the user will select the SSO login in your application sign on page, they will have to enter their Okta credentials and if they are valid will be logged in to the application. If you application supports SAML, you can create a custom SAML app in Okta for it or check if there is an already existing app in the Okta OIN.

    I added 2 documentation links below about the Okta SAML integration. If you encounter issue after creating a SAML SSO between your application and Okta, feel free to open a support ticket for assistance.

     

    https://developer.okta.com/standards/SAML/

    https://support.okta.com/help/s/article/Beginner-s-Guide-to-SAML

    Expand Post
    Selected as Best
  • mike.davie1.5312945692819849E12 (Customer First Programs)

     

    Hello Chandu,

     

    Thanks for posting your inquiry in Okta Community Portal.

     

    If you receive a great answer to your question(s), please help readers find it by marking it the best answer. Hover over the answer and click "Best Answer."

     

    Thank you,

    Mike Davie

    Okta Help Center

     

    Expand Post
This question is closed.
Loading
Setup SSO with OKTA for my angular app