abloss
Results
2
issues of
abloss
Currently only a warning is logged and dex is not added to authers --> no token-auth possible. If dex-addr is empty, dex is not configured and disabled.
The code works in your scenario, but "in the general case, the aud value is an array of case sensitive strings." (https://openid.net/specs/openid-connect-core-1_0.html#IDToken) If one specifies "cross-client trust" (https://github.com/dexidp/dex/blob/master/Documentation/custom-scopes-claims-clients.md#cross-client-trust-and-authorized-party - I...