ipsilon: Fix configuration
This commit is contained in:
parent
5f412a50c5
commit
a793f59a33
4 changed files with 37 additions and 8 deletions
|
@ -15,12 +15,12 @@
|
|||
{{ client["name"] }} jwks_uri=null
|
||||
{{ client["name"] }} logo_uri=null
|
||||
{{ client["name"] }} policy_uri=null
|
||||
{{ client["name"] }} redirect_uris=["{{ client["redirect_uri"] }}"]
|
||||
{{ client["name"] }} redirect_uris={{ client["redirect_uris"] | ansible.builtin.to_json }}
|
||||
{{ client["name"] }} request_uris=[]
|
||||
{{ client["name"] }} require_auth_time=null
|
||||
{{ client["name"] }} response_types=["code"]
|
||||
{{ client["name"] }} subject_type="pairwise"
|
||||
{{ client["name"] }} sector_identifier_uri=null
|
||||
{{ client["name"] }} token_endpoint_auth_method="client_secret_post"
|
||||
{{ client["name"] }} token_endpoint_auth_method="{{ client["token_endpoint_auth_method"] | default("client_secret_post") }}"
|
||||
{{ client["name"] }} tos_uri=null
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue