You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.2 KiB
29 lines
1.2 KiB
# authentication configuration for each Access URL
|
|
# Access URL Id / authentication method / params
|
|
parameters:
|
|
authentication:
|
|
1:
|
|
generic:
|
|
enabled: false
|
|
client_id: ''
|
|
client_secret: ''
|
|
provider_options:
|
|
urlAuthorize: ''
|
|
urlAccessToken: ''
|
|
urlResourceOwnerDetails: ''
|
|
responseResourceOwnerId: 'sub'
|
|
accessTokenMethod: 'POST'
|
|
scopes:
|
|
- openid
|
|
allow_create_new_users: true
|
|
allow_update_user_info: false
|
|
resource_owner_username_field: null
|
|
resource_owner_firstname_field: null
|
|
resource_owner_lastname_field: null
|
|
resource_owner_email_field: null
|
|
resource_owner_status_field: null
|
|
resource_owner_teacher_status_field: null
|
|
resource_owner_sessadmin_status_field: null
|
|
resource_owner_hr_status_field: null
|
|
resource_owner_status_status_field: null
|
|
resource_owner_anon_status_field: null
|
|
|