Steven Kang
d35d8a7307
feat(oauth): fix mapping ( #330 )
2025-01-23 09:03:51 +13:00
andres-portainer
966fca950b
fix(oauth): add a timeout to getOAuthToken() BE-11283 ( #63 )
2024-10-28 17:28:22 -03:00
andres-portainer
9ce4ac9c9e
fix(oauth): change the logging level from Debug to Error BE-4583 ( #12305 )
ci / build_images (map[arch:amd64 platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
ci / build_images (map[arch:arm platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:arm64 platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:ppc64le platform:linux version:]) (push) Waiting to run
ci / build_manifests (push) Blocked by required conditions
/ triage (push) Waiting to run
Lint / Run linters (push) Waiting to run
Test / test-client (push) Waiting to run
Test / test-server (map[arch:amd64 platform:linux]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
Test / test-server (map[arch:arm64 platform:linux]) (push) Waiting to run
2024-10-07 18:21:05 -03:00
andres-portainer
f0d43f941f
chore(code): replace interface{} with any EE-6513 ( #11986 )
2024-06-28 14:59:28 -03:00
andres-portainer
9ee092aa5e
chore(code): reduce the code duplication EE-7278 ( #11969 )
2024-06-26 18:14:22 -03:00
andres-portainer
bfa27d9103
chore(code): clean up the code EE-7251 ( #11948 )
ci / build_images (map[arch:ppc64le platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:s390x platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
ci / build_images (map[arch:arm platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:arm64 platform:linux version:]) (push) Waiting to run
ci / build_manifests (push) Blocked by required conditions
/ triage (push) Waiting to run
Lint / Run linters (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
Test / test-server (map[arch:arm64 platform:linux]) (push) Waiting to run
Test / test-client (push) Waiting to run
Test / test-server (map[arch:amd64 platform:linux]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
2024-06-18 15:59:12 -03:00
Oscar Zhou
ffc66647f8
feat(setting/oauth): add authstyle option [EE-6038] ( #11610 )
2024-04-22 10:35:19 +12:00
andres-portainer
ae1726cece
feat(performance): performance optimizations EE-6042 ( #10520 )
2023-10-24 13:55:11 -03:00
Oscar Zhou
96de026eba
fix(container/network): recreate container changes static IP [EE-5448] ( #8960 )
...
Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portainer.io>
2023-05-30 09:36:10 +12:00
andres-portainer
814fc9dfc0
fix(http): drain and close HTTP response bodies EE-5280 ( #8716 )
2023-03-27 15:14:16 -03:00
Dmitry Salakhov
1100a2bd28
feat: move jwt lib to v4 ( #7773 )
2022-10-20 10:26:11 +13:00
andres-portainer
5488389278
fix(code): replace calls to ioutil EE-4425 ( #7878 )
2022-10-17 15:29:12 -03:00
andres-portainer
36e7981ab7
feat(logging): replace all the loggers with zerolog EE-4186 ( #7663 )
2022-09-16 13:18:44 -03:00
Dmitry Salakhov
fd4b515350
fix(oauth): analyze id_token for Azure [EE-2984] ( #7000 )
2022-07-06 13:22:57 +12:00
Richard Wei
dd808bb7bd
fix(swagger): fix swagger api docs endpoint(s) rename to environment(s) EE-1661 ( #5629 )
...
* fix swagger api docs endpoint(s) rename to environment(s)
2021-09-20 12:14:22 +12:00
Hui
56f569efe1
fix(oauth): remove expiry time copy logic EE-1085
2021-08-06 00:54:38 +12:00
Hui
f674573cdf
feat(OAuth): Add SSO support for OAuth EE-390 ( #5087 )
...
* add updateSettingsToDB28 func and test
* update DBversion const
* migration func naming modification
* feat(oauth): add sso, hide internal auth teaser and logout options. (#5039 )
* cleanup and make helper func for unit testing
* dbversion update
* feat(publicSettings): public settings response modification for OAuth SSO EE-608 (#5062 )
* feat(oauth): updated logout logic with logoutUrl. (#5064 )
* add exclusive token generation for OAuth
* swagger annotation revision
* add unit test
* updates based on tech review feedback
* feat(oauth): updated oauth settings model
* feat(oauth): added oauth logout url
* feat(oauth): fixed SSO toggle and logout issue.
* set SSO to ON by default
* update migrator unit test
* set SSO to true by default for new instance
* prevent applying the SSO logout url to the initial admin user
Co-authored-by: fhanportainer <79428273+fhanportainer@users.noreply.github.com>
Co-authored-by: Felix Han <felix.han@portainer.io>
2021-06-11 10:09:04 +12:00
Chaim Lev-Ari
35fa9d6981
fix(oauth): if username is empty, fail to login ( #4232 )
...
* fix(oauth): if username is empty, fail to login
* fix(oauth): return err when failing to find username
* fix(oauth): disable autofill
2020-08-19 00:38:58 +12:00
Chaim Lev-Ari
00f4fe0039
feat(auth): integrate oauth extension ( #4152 )
...
* refactor(oauth): move oauth client code
* feat(oauth): move extension code into server code
* feat(oauth): enable oauth without extension
* refactor(oauth): make it easier to remove providers
2020-08-05 20:36:46 +12:00