ContainerImage.Pinniped/pkg/oidcclient
Matt Moyer b1542be7b1
In oidcclient token exchange request, pass client_id but don't bother with authorization header.
I think this should be more correct. In the server we're authenticating the request primarily via the `subject_token` parameter anyway, and Fosite needs the `client_id` to be set.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-12-09 10:08:41 -06:00
..
filesession Add validated ID token claims to the oidctypes.Token structure. 2020-12-04 15:18:41 -06:00
nonce Move `./internal/oidcclient` to `./pkg/oidcclient`. 2020-11-17 14:53:32 -06:00
oidctypes Add validated ID token claims to the oidctypes.Token structure. 2020-12-04 15:18:41 -06:00
pkce Move `./internal/oidcclient` to `./pkg/oidcclient`. 2020-11-17 14:53:32 -06:00
state Move `./internal/oidcclient` to `./pkg/oidcclient`. 2020-11-17 14:53:32 -06:00
login.go In oidcclient token exchange request, pass client_id but don't bother with authorization header. 2020-12-09 10:08:41 -06:00
login_test.go In oidcclient token exchange request, pass client_id but don't bother with authorization header. 2020-12-09 10:08:41 -06:00