Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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?