JumpCloudProvider
Reference doc for the `JumpCloudProvider`.
Use this provider to authenticate with JumpCloud.
Methods
JumpCloudProvider
Parameters
The config for the provider.config
JumpCloudConfig
Returns Provider
Create a JumpCloud OAuth2 provider.
JumpCloudConfig
-
clientID
string
-
clientSecret
string
-
query?
Record
<
string
,string
>
-
scopes
string
[]
JumpCloudConfig.clientID
Type string
The client ID.
This is just a string to identify your app.
JumpCloudConfig.clientSecret
Type string
The client secret.
This is a private key that’s used to authenticate your app. It should be kept secret.
JumpCloudConfig.query?
Type Record
<
string
, string
>
Any additional parameters that you want to pass to the authorization endpoint.
JumpCloudConfig.scopes
Type string
[]
A list of OAuth scopes that you want to request.