I registered redirect URI with HTTPS in app registration in my ADB2C tenant.
However, I get the following error:
Message contains error: 'redirect_uri_mismatch', error_description: 'AADB2C90006: The redirect URI 'http://xxxxxxx.germanywestcentral.cloudapp.azure.com/signin-oidc' provided in the request is not registered for the client id 'xxxxx-xxxxx-4267-b903-39fba9802137'.
My app hosted in a docker container Kubernetes .
What's wrong here?