FAQ
Where can I find example apps that make use of this feature?
The Posit Connect Cookbook provides full working examples that interact with various OAuth integrations.
How do I rotate my OAuth integration’s client secret?
Confidential OAuth application secrets periodically expire and require rotation in both the external application and the OAuth integration maintained by Connect. To rotate the client secret in Connect:
Coordinate with the OAuth application administrator to rotate the expired client secret. Similar to the process for initially setting up the integration, the external OAuth application administrator needs to communicate the updated
client_secret
to the Connect administrator.Update the
client_secret
of Connect’s OAuth integration with the rotated credential. This can be done through the Integrations tab in the Connect dashboard, or through the Connect Server API.