Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Netsuite as OIDC Provider - Avoid Role Selection Screen when an application is already authorized
I'm working with Netsuite as an OIDC Provider, so I created an integration for this purpose. When the user logs in, the system redirects to the Netsuite Authorization Screen, like this:
If the user wants to log in again, Netsuite remembers that the user authorized this application before and shows this screen (now the buttons are Continue/Go Back instead of Allow/Deny)
I know that this screen is for role selection, but there is just one role to select. Is there a way for Netsuite to infer the role and avoid this screen? I don't want to skip the authorization screen. I want to skip the role selection screen when the app is already authorized and the user has only one role assigned. Can I do this via Netsuite configuration?