Relative Content

Tag Archive for javasingle-sign-onsaml-2.0oktaspring-saml

Okta SAML Integration for Single Sign-on

I have a website www.example.com. I have few clients (businesses) using my website, let’s say they are C1 (www.c1.com), C2 (www.c2.com) and C3 (www.c3.com). I want to enable Okta SAML authentication for them. So that whenever they come to my website, they can manage their identities through Okta.
I already have Google and Microsoft OIDC integrated in my system. But I want to integrate SAML through Okta as well so that new clients who are already using Okta in their system can integrate with my app seamlessly. My application is in Java and infrastructure is hosted on AWS.
What are the integration steps for Okta SAML integration. I went through their documentation but still the process is not clear to me.
Also as it’s the first time I’m integrating with SAML, I’m not sure about these details: enter image description here