ContainerImage.Pinniped/internal/oidc
Matt Moyer 727035a2dc
Fix form_post CSS styling in Firefox and Safari.
This functioned fine, but did not have the intended visual appearance when it came to how the text of the auth code wrapped inside the copy button in the manual flow.

The new styling behaves correctly on at least Chrome, Firefox, and Safari on macOS.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2021-07-28 08:09:20 -05:00
..
auth Unit test response_mode=form_post in internal/oidc/callback. 2021-07-09 12:08:43 -05:00
callback Add custom response_mode=form_post HTML template. 2021-07-09 12:08:43 -05:00
clientregistry Add "response_mode=form_post" to CLI client. 2021-07-09 12:08:42 -05:00
csrftoken Add some trivial unit tests to internal/oidc/csrftoken. 2021-02-02 09:38:17 -06:00
discovery Add "response_modes_supported" to Supervisor discovery response. 2021-07-09 12:08:43 -05:00
downstreamsession Extract some trivial helpers for identical code usages 2021-06-30 15:02:14 -07:00
dynamiccodec internal/oidc/dynamiccodec: loosen test to reduce flakes 2020-12-11 11:49:27 -05:00
idpdiscovery Move Supervisor IDP discovery to its own new endpoint 2021-05-11 10:31:33 -07:00
jwks WIP: start to wire signing key into token handler 2020-12-03 15:37:25 -05:00
provider Fix form_post CSS styling in Firefox and Safari. 2021-07-28 08:09:20 -05:00
token Update ID token tests for latest Fosite. 2021-05-28 12:53:37 -05:00
dynamic_oauth2_hmac_strategy.go Rename off of main 2020-12-16 14:27:09 -08:00
dynamic_open_id_connect_ecdsa_strategy.go Implement upstream LDAP support in auth_handler.go 2021-04-08 17:28:01 -07:00
dynamic_open_id_connect_ecdsa_strategy_test.go Implement upstream LDAP support in auth_handler.go 2021-04-08 17:28:01 -07:00
kube_storage.go Use a custom type for our static CLI client (smaller change). 2021-06-15 15:31:48 -05:00
nullstorage.go Use a custom type for our static CLI client (smaller change). 2021-06-15 15:31:48 -05:00
oidc.go Add custom response_mode=form_post HTML template. 2021-07-09 12:08:43 -05:00
token_exchange.go Update internal/oidc/token_exchange.go for latest Fosite version. 2021-03-01 13:08:41 -06:00