Error Description
You are testing an OIDC app with a self signed Cert. In your Browser logs of your F12 debugger you see following error:
GET https://kube-master-h1.informatik.fh-nuernberg.de/auth/realms/RBAC/.well-known/openid-configuration net::ERR_CERT_AUTHORITY_INVALID
Fix
Open the related URL in your browser by accepting security risks
- https://kube-master-h1.informatik.fh-nuernberg.de/auth/realms/RBAC/.well-known/openid-configuration
- Browser Output should look like
Be First to Comment