Discussions
How to resolve the Release 2022.2 - OIDC METADATA URI Authorization Endpoint Duplicate?
Hi,
after an update to NetSuite (Edition: Australia) Release 2022.2, we're seeing a duplication of the https:// and domain in the authorization_endpoint URL.
i.e. in the following file;
https://[AccountID].suitetalk.api.netsuite.com/.well-known/openid-configuration
We're seeing the following;
{
"issuer": "https://[AccountID].app.netsuite.com/app/login/oauth2/authorize.nl",
"authorization_endpoint": "https://[AccountID].app.netsuite.com/https://[AccountID].app.netsuite.com/app/login/oauth2/authorize.nl",
I've had a look around and found a few other examples of config files on other NetSuite instances, and it seems this is not an isolated issue with our instance.
Any advice on how to resolve would be greatly appreciated, as this has broken our authentication for users authenticating using openid.