mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: rest path for StartIdentityProviderIntent (#6447)
This commit is contained in:
@@ -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: "*"
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user