updateProvider

abstract suspend fun updateProvider(identifier: String, builder: CustomProviderUpdateBuilder.() -> Unit): CustomOAuthProvider(source)

Updates an existing custom provider.

When issuer or discovery_url is changed on an OIDC provider, the server re-fetches and validates the discovery document before persisting. This may return a validation error (error_code: "validation_failed") if the discovery document is unreachable, invalid, or the issuer does not match.

This function should only be called on a server. Never expose your service_role key in the browser.

Parameters

identifier

The identifier of the OAuth provider

builder

The update builder