fix: rest path for StartIdentityProviderIntent (#6447)

This commit is contained in:
Livio Spring
2023-08-30 10:42:24 +02:00
committed by GitHub
parent 14d799e750
commit 0d94947d3c
2 changed files with 2 additions and 2 deletions

View File

@@ -490,7 +490,7 @@ service UserService {
// Start an IDP authentication (for external login, registration or linking)
rpc StartIdentityProviderIntent (StartIdentityProviderIntentRequest) returns (StartIdentityProviderIntentResponse) {
option (google.api.http) = {
post: "/v2alpha/idp_intents/start"
post: "/v2alpha/idp_intents"
body: "*"
};