mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-15 12:27:59 +00:00
e22689c125
* cleanup todo * pass id token details to oidc * feat(oidc): id token for device authorization This changes updates to the newest oidc version, so the Device Authorization grant can return ID tokens when the scope `openid` is set. There is also some refactoring done, so that the eventstore can be queried directly when polling for state. The projection is cleaned up to a minimum with only data required for the login UI. * try to be explicit wit hthe timezone to fix github * pin oidc v3.8.0 * remove TBD entry |
||
---|---|---|
.. | ||
access_token.go | ||
amr_test.go | ||
amr.go | ||
auth_request_converter_v2.go | ||
auth_request_converter.go | ||
auth_request_integration_test.go | ||
auth_request.go | ||
client_converter.go | ||
client_credentials.go | ||
client_integration_test.go | ||
client.go | ||
device_auth.go | ||
introspect.go | ||
jwt-profile.go | ||
key_test.go | ||
key.go | ||
oidc_integration_test.go | ||
op.go | ||
server_test.go | ||
server.go | ||
userinfo_test.go | ||
userinfo.go |