Hidetake Iwata
|
0f2f54d4bf
|
Add --oidc-redirect-url to override redirect URL (#1263)
|
2025-06-16 13:42:48 +09:00 |
|
Hidetake Iwata
|
898e8a12de
|
Refactor PKCE implementation (#1239)
|
2025-01-12 21:41:20 +09:00 |
|
Hidetake Iwata
|
66127ff3fc
|
Migrate to mockery packages feature (#1124)
* Migrate to mockery packages feature
* Fix workflow
|
2024-08-17 12:27:13 +09:00 |
|
Hidetake Iwata
|
7152bccd21
|
refactor: migrate to Testify Mock (#739)
|
2022-07-16 16:55:51 +09:00 |
|
Hidetake Iwata
|
237e53313d
|
Add flag to set custom browser command (#622)
* Add flag to set custom browser command
* Use --browser-command in system_test
* Add --browser-command= to setup message
|
2021-09-05 11:35:03 +09:00 |
|
Hidetake Iwata
|
5a3227409c
|
Refactor: rename to infrastructure package (#426)
|
2020-11-21 07:56:52 +09:00 |
|
Hidetake Iwata
|
13d232ec21
|
Refactor: move oidc/client package (#425)
|
2020-11-21 07:27:34 +09:00 |
|
Hidetake Iwata
|
5b2c82fc33
|
Refactor: replace DTO with oidc.TokenSet type (#394)
* Refactor: remove IDTokenClaims from TokenSet and decode in use-cases
* Refactor: use oidc.TokenSet for cache repository
|
2020-10-03 17:49:21 +09:00 |
|
Hidetake Iwata
|
ebdfcfb1c8
|
Add --authentication-timeout-sec flag (#387)
|
2020-09-27 21:55:55 +09:00 |
|
TJ Miller
|
56169d1673
|
Add support for HTTPS redirect URI (#381)
* Add local server certificate option
* fix trailing slash from step 5 kubectl config set-credentials
* Add local https documentation
* Change flags to --local-server-cert and --local-server-key
* Add tests for flags
Co-authored-by: TJ Miller <millert@us.ibm.com>
Co-authored-by: Hidetake Iwata <int128@gmail.com>
|
2020-09-25 09:44:00 +09:00 |
|
Hidetake Iwata
|
58d170fa65
|
Add --open-url-after-authentication option (#350)
* Add --open-url-after-authentication option
* Add integration test for --open-url-after-authentication
|
2020-08-01 10:38:33 +09:00 |
|
Hidetake Iwata
|
c488888834
|
Refactor: pull up packages of domain (#349)
|
2020-07-30 09:37:10 +09:00 |
|
Hidetake Iwata
|
dbb684f10e
|
Refactor: use oidc.TokenSet in adaptors (#347)
|
2020-07-30 09:26:21 +09:00 |
|
Hidetake Iwata
|
a0e81e762c
|
Refactor: split authentication package into methods (#346)
|
2020-07-30 00:31:23 +09:00 |
|