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

View File

@@ -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,
}, },
} }
} }