mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:07:32 +00:00
fix(api): return id_attribute of oauth provider (#5397)
This commit is contained in:
@@ -439,6 +439,7 @@ func oauthConfigToPb(providerConfig *idp_pb.ProviderConfig, template *query.OAut
|
|||||||
TokenEndpoint: template.TokenEndpoint,
|
TokenEndpoint: template.TokenEndpoint,
|
||||||
UserEndpoint: template.UserEndpoint,
|
UserEndpoint: template.UserEndpoint,
|
||||||
Scopes: template.Scopes,
|
Scopes: template.Scopes,
|
||||||
|
IdAttribute: template.IDAttribute,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user