terraform/command/testdata/login-oauth-server
Mike Morris 9568de6b90
command: Fix OAuth2 PKCE arguments
Providers like Okta and AWS Cognito expect that the PKCE challenge
uses base64 URL Encoding without any padding (base64.RawURLEncoding)

Additionally, Okta strictly adheres to section 4.2 of RFC 7636 and
requires that the unencoded key for the PKCE data is at least 43
characters in length.
2020-05-05 09:58:48 -07:00
..
main.go command: A stub OAuth server implementation for login testing 2019-09-09 11:15:24 -07:00
oauthserver.go command: Fix OAuth2 PKCE arguments 2020-05-05 09:58:48 -07:00