OIDC
PhenixID server can act as an OIDC OP.
The config UI allows for simplified configuration. Supported flows are implicit and authorization.
Discovery
Once a guide has been performed OIDC discovery URL is automatically generated.
Dependant if multiple authentication scenarios has been performed the url differs a bit.
If only one OIDC authentication has ben set up the URL to discovery data is:
<hostname/ip_address>/.well-known/openid-configuration
When multiple authenticators are configured the URL is:
<hostname/ip_address>/<tenant_id>.well-known/openid-configuration
Customizing discovery content is done advanced tab under OIDC_OP.