diff --git a/internal/api/grpc/idp/converter.go b/internal/api/grpc/idp/converter.go index f693f1369f..fb17ae044b 100644 --- a/internal/api/grpc/idp/converter.go +++ b/internal/api/grpc/idp/converter.go @@ -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, }, } }