Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it support SAML authentication on android #2

Closed
rskumar opened this issue May 5, 2015 · 2 comments
Closed

Does it support SAML authentication on android #2

rskumar opened this issue May 5, 2015 · 2 comments

Comments

@rskumar
Copy link

rskumar commented May 5, 2015

Can I use it to develop app with okta saml 2.0 sso? If not, please provide a right pointer where I can find examples and supported libraries.

@tbeech
Copy link

tbeech commented Jul 29, 2015

Not sure if this is too late, but after researching this a bit, I don't think SAML is a good fit for mobile due to the fact that it's primary purpose is to solve SSO for the browser. Okta does provide an API that allows you to authenticate the user via user login and password from there you can create an Okta session that you could use inside your app. You would have to integrate your app server side to do this. Look at the authentication and session APIs.

@joelfranusic-okta
Copy link
Contributor

To close this off, @tbeech is correct here. SAML is not usually a good fit for mobile development mostly due to the effort required to get SAML working with a mobile browser.

People looking to add SSO support to a mobile app in 2017 and beyond should look into implementing OIDC, which Okta now supports and is currently available as an Early Access feature.

sergiishamrai-okta added a commit that referenced this issue Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants