Skip to content

Commit

Permalink
Added device_verification_url for OIDCNG device flow
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Aug 14, 2024
1 parent 38af427 commit feeb53d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/oidcng/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ certificate_path: file://{{ oidcng_config_dir }}/oidcsaml.crt
default_acr_value: {{ oidcng.default_acr_value }}
secure_cookie: true
oidc_token_endpoint: https://connect.{{ base_domain }}/oidc/token
device_verification_url: https://connect.{{ base_domain }}/oidc/verify
environment: {{ oidcng.environment }}

features:
Expand Down

0 comments on commit feeb53d

Please sign in to comment.