1
0
mirror of https://github.com/zitadel/zitadel.git synced 2024-12-15 12:27:59 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Livio Spring
18788b6045
fix: improve login_hint usage on IDPs ()
* only set prompt if no login_hint is set

* update to current state and cleanup

(cherry picked from commit 0386fe7f96)
2023-11-14 10:47:27 +01:00
Tim Möhlmann
3bbcc3434a
chore(deps): upgrade to oidc v3 ()
This pr upgrades oidc to v3 . Function signature changes have been migrated as well. Specifically there are more client calls that take a context now. Where feasable a context is added to those calls. Where a context is not (easily) available context.TODO() is used as a reminder for when it does.

Related to 
2023-10-17 15:19:51 +00:00
Stefan Benz
f99cf50f69
fix: add authURLParams to urls for external idps ()
add authURL parameters to urls for external IDPs, depended on the contents of the authRequest

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-03-14 15:42:29 +00:00
Livio Spring
966df56026
fix(providers): set prompt select_account again () 2023-03-01 07:17:51 +00:00
Livio Spring
598a4d2d4b
feat: add basic structure of idp templates ()
add basic structure and implement first providers for IDP templates to be able to manage and use them in the future
2023-01-23 08:11:40 +01:00