Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 1.63 KB

PatchedOAuthSourceRequest.md

File metadata and controls

28 lines (23 loc) · 1.63 KB

PatchedOAuthSourceRequest

Properties

Name Type Description Notes
name kotlin.String Source's display Name. [optional]
slug kotlin.String Internal source name, used in URLs. [optional]
enabled kotlin.Boolean [optional]
authenticationFlow java.util.UUID Flow to use when authenticating existing users. [optional]
enrollmentFlow java.util.UUID Flow to use when enrolling new users. [optional]
policyEngineMode PolicyEngineMode [optional]
userMatchingMode UserMatchingModeEnum [optional]
userPathTemplate kotlin.String [optional]
providerType ProviderTypeEnum [optional]
requestTokenUrl kotlin.String URL used to request the initial token. This URL is only required for OAuth 1. [optional]
authorizationUrl kotlin.String URL the user is redirect to to conest the flow. [optional]
accessTokenUrl kotlin.String URL used by authentik to retrieve tokens. [optional]
profileUrl kotlin.String URL used by authentik to get user information. [optional]
consumerKey kotlin.String [optional]
consumerSecret kotlin.String [optional]
additionalScopes kotlin.String [optional]
oidcWellKnownUrl kotlin.String [optional]
oidcJwksUrl kotlin.String [optional]
oidcJwks kotlin.Any [optional]