Hi,
I have my ReactJs application that authenticating the user using Okta React SDK. This SDK is using OpenID and OAuth 2.0 to authenticate users. Now, I want to change the authentication flow from (OAuth 2.0) to (SAML 2.0) in my react application. So that user would authenticate using SAML2.0 flow instead of OAuth2.0.
For the backend, I’m using ruby on rails. I have gone through a number of blogs and documents But, looks like I am unable to find a way or examples where I could get some reference. Is this possible, what I’m trying to achieve ?.
Looking forward to you guys, I’m really stuck in it.
Thanks
Adil