Skip to content

Commit

Permalink
Added device_authorization_endpoint in wellknown conf
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Aug 13, 2024
1 parent a88e462 commit 38af427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/oidcng/templates/openid-configuration.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"userinfo_endpoint": "https://{{ oidcng_base_hostname }}/oidc/userinfo",
"introspect_endpoint": "https://{{ oidcng_base_hostname }}/oidc/introspect",
"jwks_uri": "https://{{ oidcng_base_hostname }}/oidc/certs",
"device_authorization_endpoint": "https://{{ oidcng_base_hostname }}/oidc/device_authorization",
"response_types_supported": [
"code",
"token",
Expand Down

0 comments on commit 38af427

Please sign in to comment.