Closed
Description
There are several means to verify that the entered OIDC client config is actually usable:
-
A reachability test for the issuer's URL should check if the backend services can actually work with the IdP. We learned several times that this is a common source of failure with different reasons, for instance: typo in URL, filtered by firewall, DNS quirks, etc.
-
Testing
clientID
/clientSecret
, can only be done by letting the installer use the OIDC flow themselves. -
Testing if OIDC discovery is supported, otherwise we need to fall back to full-fledged OIDC client configuration.
Metadata
Metadata
Assignees
Type
Projects
Status
In Validation