
adarshp.61402 (Customer) asked a question.
hello okta , I'm integrating okta saml2 sso service in my laravel app but having now idea how to implement it . i'm having approx 10000 users in my server and want to use sso login feature . can you please help me .

Hi @adarshp.61402 (Customer) , Thank you for reaching out to the Okta Community!
We don't currently have an out of the box implementation for the this, but I did manage to locate a guide that might help you get started:
https://developer.okta.com/blog/2019/09/05/laravel-authentication
For further inquiries into this please reach out to the dedicated Developer Forum devforum.okta.com to take advantage of their expertise.
While we'll do our best to answer all of your questions here, this medium is more inclined towards Okta core products and features (non-developer work).
Additional resources:
https://support.okta.com/help/s/article/okta-saml?language=en_US
https://developer.okta.com/docs/concepts/saml/
https://help.okta.com/en-us/Content/Topics/Apps/apps-about-saml.htm
https://developer.okta.com/docs/guides/build-sso-integration/saml2/main/
If my answers helped, remember to mark it as best to increase its visibility for other members of the Okta Community who might have the same questions as you.
Hope my answer helps!
--------------------------------
Community members help others by clicking Like or Select as Best on responses. Try it today.
Also :
https://boxyhq.com/guides/jackson/frameworks/laravel
https://github.com/aacotroneo/laravel-saml2
In short, you need to add the capability to your application to support a single signon standard. There are usually libraries for most tech stacks, including Laravel. Work through the requirements of the library, and implement them in your application. Then the Okta side is very simple.