Login OAuth Config API
Create OAuth login config
Create an OAuth login configuration for a specific provider.
POST
Create OAuth login config
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the app the request refers to. An application's unique identifier.
Examples:
"54e9ujn"
"fvua38g"
The OAuth provider identifier.
Examples:
"google"
"apple"
"github"
"okta"
"facebook"
Body
application/json
Example:
"123456789.apps.googleusercontent.com"
Example:
"GOCSPX-abc123def456"
Example:
true
Scopes requested from the OAuth provider (IdP).
Prelude session scopes attached to the session when a login completes through this social provider (for example prld:pwd:write). Distinct from scopes, which are requested from the IdP.
Example:
["prld:pwd:write"]Response
Created
Create OAuth login config