Braunson
Braunson
There is a bit of inconsistency here with the naming between us deciding not to enable this feature by default. In configuration files it is actually `force_code_challenge_method`. See the docs...
As it state you need to provide a scope, it looks like you aren't providing any. The scope you need to provide depends on your keycloak installation so unfortunately we...
Ah yes I see the confusion, you can see here we add `groups` to the scopes if you have `allowedGroups` set https://github.com/oauth2-proxy/oauth2-proxy/blob/ce750e9b301ac66b3b8cbdbd0bc8ac7415bfed79/providers/providers.go#L159 I'm not sure if this is a great...
I use Azure frequently. I can provide some thoughts on this.
Azure provider with v7.2.1 and ADAL stop working - Access token validation failure. Invalid audience
@D-side please make a separate issue as this doesn't seem related to this particular problem. I think the issue here is more so around the fact that using `resource` with...
Azure provider with v7.2.1 and ADAL stop working - Access token validation failure. Invalid audience
Isn't this fixed by the PR for reworking the Az provider for v2?
> I think the connectors fall into three groups: > > 1. Those which provide variations on standard OIDC (e.g. google, gitlab, github, microsoft, linkedin etc) > 2. Those which...
Is there anyway to do this currently via the API or govc?
Hey @christiansandberg I'm really interested in the async support for this library. Any idea when we might get a release? Is there anyway I can assist in testing? Specifically interested...