I have an organization setup that has a AAD and regular database connection. When redirecting to the organizations login page, I made sure to pass the Organization parameter with the ID. When logging in using an account in either connections is complete I get the following error after redirect:
“OpenIdConnectProtocolException: Message contains error: ‘access_denied’, error_description: ‘Cannot read property ‘organization_uuid’ of null’, error_uri: ‘error_uri is null’.”
I don’t understand what I have forgotten to setup in either the dashboard or in code. I am using a .NET 6 application using the Auth0 authentication NuGet package.