ContainerImage.Pinniped/internal/oidc/provider
Ryan Richard 65eed7e742 Implement login_handler.go to defer to other handlers
The other handlers for GET and POST requests are not yet implemented in
this commit. The shared handler code in login_handler.go takes care of
things checking the method, checking the CSRF cookie, decoding the state
param, and adding security headers on behalf of both the GET and POST
handlers.

Some code has been extracted from callback_handler.go to be shared.
2022-04-26 15:37:30 -07:00
..
formposthtml bump some direct deps 2022-04-19 11:09:24 -07:00
manager Implement login_handler.go to defer to other handlers 2022-04-26 15:37:30 -07:00
dynamic_tls_cert_provider.go Add a way to set a default supervisor TLS cert for when SNI won't work 2020-10-27 16:33:08 -07:00
dynamic_upstream_idp_provider.go Only run group refresh when the skipGroupRefresh boolean isn't set 2022-02-17 12:50:28 -08:00
federation_domain_issuer.go Rename all "op" and "opc" usages 2020-12-17 11:34:49 -08:00
federation_domain_issuer_test.go Rename all "op" and "opc" usages 2020-12-17 11:34:49 -08:00