Update an authentication provider
Updates settings of an existing authentication provider.
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Identifies the resource.
Body
The name associated with the authentication provider.
"Okta"
The short name associated with the authentication provider. This must be unique and URL-friendly, as it's going to be part of the login URL.
"myorg"
The active status of the authentication provider
true
The settings associated with the authentication provider.
The URL for the identity provider metadata file to populate the settings automatically. If the settings attribute is provided, that will be used instead.
"https://myorg.myidp.com/saml/metadata"
Response
Successful response