OAuth Dynamic Client Registration registers a new client and returns a client ID and client secret back from the OAuth server. An alternative is to create a client on the identity provider's website or use the OAuth /register endpoint manually.
Changing the client ID for an existing connection will invalidate all per-user credentials for this connection. Users will have to go through the OAuth authorization flow again.
This name is shown to users during the OAuth authorization flow
This image is often shown to users during the OAuth authorization flow
Registration succeeded but warnings were raised. This happens when some fields are not supported by the remote server or when it simply omits them in its response.
Field Requested Returned
{{ warning.fieldName }} {{ warning.expectedValue || "null" }} {{ warning.actualValue || "null" }}