Skip to content

Commit

Permalink
Feature toggle for device flow
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Oct 28, 2024
1 parent 9260a33 commit 59d2eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/oidcng/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +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
{% if oidcng_device_flow | bool %}
device_verification_url: https://connect.{{ base_domain }}/oidc/verify
{% endif %}
environment: {{ oidcng.environment }}

features:
Expand All @@ -63,6 +61,8 @@ features:
enforce-scope-resource-server: false
# Do we show consent if configured for a RP in manage
consent-enabled: {{ oidcng.consent_enabled }}
# Do we allow for Device Authorization flow
oidcng_device_flow: {{ oidcng_device_flow }}

sp:
entity_id: {{ oidcng_saml_sp_entityid }}
Expand Down

0 comments on commit 59d2eba

Please sign in to comment.