mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-14 22:13:51 +00:00
feat(oidc): allow additional audience based on scope in device auth (#7685)
feat(oidc): allow additional audience based on scope
This commit is contained in:
@@ -29,6 +29,7 @@ func (m *DeviceAuthReadModel) Reduce() error {
|
||||
m.UserCode = e.UserCode
|
||||
m.Expires = e.Expires
|
||||
m.Scopes = e.Scopes
|
||||
m.Audience = e.Audience
|
||||
m.State = e.State
|
||||
case *deviceauth.ApprovedEvent:
|
||||
m.State = domain.DeviceAuthStateApproved
|
||||
|
||||
Reference in New Issue
Block a user