-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
Description
Use a custom profile with OAuth settings
<key>OAuth Configurable</key>
<true/>
<key>OAuth Authorization Url</key>
<string></string>
<key>OAuth Token Url</key>
<string></string>
<key>OAuth Client ID</key>
<string></string>
<key>OAuth Client Secret</key>
<string></string>
<key>OAuth Redirect Url</key>
<string>${oauth.application.identifier}:oauth</string>
<key>Scopes</key>
<array>
<string>openid</string>
<string>profile</string>
</array>
<key>OAuth PKCE</key>
<true/>
Supported with
Reactions are currently unavailable