
chandus.82260 (Customer) asked a question.
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 :
- New Lead will visit to my angular application login page
- If Lead is an existing Okta User then Lead will Click on Okta SSO link
- Lead will redirect to Okta Login Page
- Lead will provide their Okta credentials.
- 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