
0pd0q (0pd0q) asked a question.
Hi all,
We have a few applications integrated with Okta for SSO and they are also deployed on Intune.
We have also configured Networks and setup DSSO.
Wanted to understand behavior around 2 cases :
- When users access these applications from Intune (via browsers)
- When users access these applications via mobile
Will these flows be treated as SP flows (where applicable)?
Thanks much!
Ashwini

HI Ashwini,
You are correct, both scenarios are treated as SP-initiated flows from Okta's perspective.
When accessing a URL or a native app, it is expected that the user would be redirected to Okta for login, when the flow is supported. Mainly, the SP endpoint should support the redirection to Okta for authentication. The concept is more detailed here, in the "Planning for SAML" section:
https://developer.okta.com/docs/concepts/saml/
Additionally, if the SP-initiated flow isn't supported, you can use the app's embed link to trigger the SSO, or if the reverse is true, that is, if the IdP-initated flow is not supported, you can use a Bookmark App as described here:
https://help.okta.com/en/prod/Content/Topics/Apps/Apps_Bookmark_App.htm
I hope this helps!