Skip to main content

We are on FSM 6U4 and had already configured SSO authentication - using ADFS - for the FSM Client (fat client) and it’s working as expecting. Next we would like to configure FSM Mobile to use SSO. Is this possible and if yes, what do I need to do to make this happen ? Is there any technical documentation beside the OIDC Implementation that discuss this topic in details. 

Thank you. 

We are on FSM 6U4 and had already configured SSO authentication - using ADFS - for the FSM Client (fat client) and it’s working as expecting. Next we would like to configure FSM Mobile to use SSO. Is this possible and if yes, what do I need to do to make this happen ? Is there any technical documentation beside the OIDC Implementation that discuss this topic in details. 

Thank you. 

Hi ,

FSM Mobile to use SSO is possible. You can simply follow bellow steps in azure side to configure.

ADD THE NATIVE APP REGISTRATION
1. In the workspace, click Authentication. The Authentication pane appears.
2. The first redirect URI matches the value specified previously.
3. In the next Redirect URI field, select Public client (mobile & desktop) and enter http://localhost/fsmoidc/.
4. In the next Redirect URI field, select Public client (mobile & desktop) and enter com.metrix.metrixmobile://fsmoidc.
5. Click Save. 6. Setup of the identity provider is complete

Then you need to set up bellow from the application side. 

In the Redirect URI field, enter com.metrix.metrixmobile://fsmoidc and click Add.

These steps are mentioned in ODIC implementation doc provides by the product development team. To verify whether you have the same doc you can use the attached technical document. Hope this helps you.

Thanks and Bets Regards,
Tharindu


Thank you. We will try this in our non-production environment first.