I'm having an issue (on android) where if I launch a perspective project on the mobile app that is behind an SSO identity provider, it will either fail to authenticate (going to a 127.0.0.1 address like the browser does) or will successfully load the app, but in a web-client mode where I can't access the native mobile controls, such as the camera.
However, when I launch the same project with non-sso identity provider/authentication, the project launches in mobile mode.
My project checks on startup for what kind of client, and when I sign in on the app with SSO, it does not detect that the client is mobile, because of this web-client.
Is there something wrong with my identity provider? Or is this an android issue?