Update Custom Provider
gv_update_providerModify a custom provider's configuration fields such as login URL, cookie settings, or logout URL. Provider must have no active login flow.
Instructions
Update a custom provider's configuration. Built-in providers cannot be updated.
Pass only the fields you want to change. The provider must be closed (no active login flow) when updating.
Args: name: The provider name to update. login_url, success_url_fragments, auth_cookie_names, auth_cookie_domain, logout_url, session_probe_url, login_url_fragments, description: Same meanings as in gv_create_provider. Pass only the ones to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| login_url | No | ||
| logout_url | No | ||
| description | No | ||
| auth_cookie_names | No | ||
| session_probe_url | No | ||
| auth_cookie_domain | No | ||
| login_url_fragments | No | ||
| success_url_fragments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |