
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2022 11:15 PM
When trying to login to my PDI i am getting authorization exception error. But when logging to customer instance, i am to login without any error. Below are screenshots of the error:
Solved! Go to Solution.
- Labels:
-
Agent Mobile App
-
Now Mobile

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2022 03:40 AM
There was no SSO configured, I had to reset the instance and it started working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 07:27 AM
Hi Nitish, From the error code it appears to be a generic error when using Android OS that may be related to the SSO setting:
https://developers.google.com/apps-script/reference/card-service/authorization-exception
https://github.com/okta/okta-oidc-android/issues/153
-----------------------------
In your PDI, if you want to bypass SSO and have a local login for your user, you can do that by following the below:
Force local login in mobile apps: https://docs.servicenow.com/en-US/bundle/sandiego-mobile/page/administer/tablet-mobile-ui/task/mobil...
Procedure
- Navigate to All > System Mobile > Mobile Branding > Mobile App Configs.
- Open the record for the mobile app where you want to force local logins.
- Enable the Force Local Login field.
- Click Update.
Result

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2022 03:40 AM
There was no SSO configured, I had to reset the instance and it started working.