NetSuite as OIDC Provider for Integration Application Developers

The NetSuite as OIDC Provider feature is based on the OAuth 2.0 authentication method.

NetSuite as OIDC Provider access is based on the OAuth 2.0 authorization code grant flow for generation of access tokens, refresh tokens, and ID tokens. The authorization code grant flow does not require signing of requests.

For more information, see OAuth 2.0 Authorization Code Grant Flow.

Tip:

You can find the OIDC configuration metadata on the metadata URL. This includes information about all supported endpoints.

The format of the metadata URL is:

https://<accountID>.suitetalk.api.netsuite.com/.well-known/openid-configuration

where <accountID> represents your NetSuite account ID.

You can configure all supported endpoints NOT described in the OAuth 2.0 Authorization Code Grant Flow according to the standard.

Related Topics

NetSuite as OIDC Provider
NetSuite as OIDC Provider Tasks for Administrators
Troubleshooting NetSuite as OIDC Provider

General Notices