fix(api): return id_attribute of oauth provider (#5397)

This commit is contained in:
Livio Spring 2023-03-09 07:13:43 +01:00 committed by GitHub
parent 0d82fc07c9
commit 26fdc3e84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -439,6 +439,7 @@ func oauthConfigToPb(providerConfig *idp_pb.ProviderConfig, template *query.OAut
TokenEndpoint: template.TokenEndpoint,
UserEndpoint: template.UserEndpoint,
Scopes: template.Scopes,
IdAttribute: template.IDAttribute,
},
}
}