<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
0D54z000076vUSsCAMOkta Identity EngineSingle Sign-OnAnswered2024-04-16T09:34:51.000Z2021-08-10T02:18:41.000Z2021-08-18T10:19:34.000Z

fzpxq (fzpxq) asked a question.

We need to immediately make React Native application with OKTA using SAML.

I am working for a TSOLife and our product will have a OKTA login for employees of company Y.

 

When I looked online for react native login, I got a link where I will need oidc config values like issuer: 'https://y.okta.com', clientId: 'rexc01y7yh23OyOOe2p8', redirectUrl: "com.okta.y:/callback", endSessionRedirectUri: 'com.okta.y:/callback', scopes: ['openid', 'profile', 'offline_access'], requireHardwareBackedKeyStore: false, discoveryUri: 'https://y.okta.com/oauth2/default'

 

But all I got was a SAML file.

 

Am I suppose to get oidc values from SAML file? or

Is there a way to implement OKTA inside my app for company x using SAML file?

 

Can you share any documentation or Sample Codebase where I can integrate react-native using SAML? 


This question is closed.
Loading
We need to immediately make React Native application with OKTA using SAML.