I have been searching for quite long time, whether SAML Authentication available for Mobile Apps. I went through the oneLogin developer portal completely, but could not find any documents on Android and IOS Api. Can somebody please confirm me whether SAML gives support to Mobile Apps or not.
SAML was simply not designed for modern application types, such as SPAs and mobile apps. Instead of fighting the protocol, we recommend using OAuth 2.0 and OIDC for these application types.
All major cloud applications support SAML, including Office 365, Google Workspace (formerly G Suite), Salesforce, Dropbox, and ServiceNow. ADSelfService Plus supports SSO for all SAML 2.0-enabled cloud applications.
Go to Identity Provider -> Click on Add Provider -> Select SAML list from there -> Enter details such as Provider Name, Provider's Entity ID, Provider's SSO URL, Certificate (used for token signing). Go to Service Provider -> Provide Entity Id (that verifies your application).
Single sign-on (SSO) allows a user to sign in once and get access to other applications without re-entering credentials. This makes accessing apps easier and eliminates the need for users to remember long lists of usernames and passwords. Implementing it in your app makes accessing and using your app easier.
Folks who go this route generally just implement a WebView and handle the SAML request that way.
Take a look at this article on Webviews as this will allow you to share information (notably any session you've established with an SSO provider) between native apps that also support SAML the same way.
https://spin.atomicobject.com/2016/09/01/sharing-web-data-wkwebview/
Basically, if you do this, you'll also be supporting SSO on mobile via SAML (or OpenID Connect, if you go that route)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With