We’re integrating our web app Asp.net core(Blazor) to Okta but we’re getting this error InvalidOperationException: IDX20803 and IDX20807.
This works using the developer/trial domain but whenever we use the clien’ts Okta domain we get this error. We also used the default sample app for Blazor but we got the same thing. It works only in the developer/trial account and not on the client.
Here is the detailed error:
An unhandled exception occurred while processing the request.
If you see the error message "You do not have permission to access the feature you are requesting" then it could mean your org doesn’t have the API Access Management feature. In that case, you can try using the Org authorization server or reach out to your account manager to purchase the API Access Management feature. https://developer.okta.com/docs/concepts/auth-servers/#org-authorization-server
Our client says they don’t use the Custom Authorization and is using Org Authorization Server. They said they don’t have API Access Management feature.
Also, a follow-up question: If they are using Org Authorization server, does it has different implementation from you sample app where we defined the parameters in appsettings.json?
We finally got it worked! Since the client is using the Org Authorization server, you have to refer it as Authorizationserver in the appsettings parameter then the value is the Client domain itself.