Fix typo in apache template
This commit is contained in:
parent
f93b4451fb
commit
615b27a4a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ __pycache__/
|
||||
*.py[cod]
|
||||
.stestr
|
||||
.\#*
|
||||
.idea/
|
@ -8,3 +8,4 @@ __pycache__/
|
||||
*~
|
||||
\#*
|
||||
*.swp
|
||||
.idea/
|
@ -21,8 +21,8 @@ OIDCProviderTokenEndpointAuth {{ options.oidc_provider_token_endpoint_auth }}
|
||||
{% if options.oidc_provider_user_info_endpoint -%}
|
||||
OIDCProviderUserInfoEndpoint {{ options.oidc_provider_user_info_endpoint }}
|
||||
{% endif -%}
|
||||
{% if options.oidc_provider_jwks_url -%}
|
||||
OIDCProviderJwksUri {{ options.oidc_provider_jwks_url }}
|
||||
{% if options.oidc_provider_jwks_uri -%}
|
||||
OIDCProviderJwksUri {{ options.oidc_provider_jwks_uri }}
|
||||
{% endif -%}
|
||||
|
||||
OIDCClientID {{ options.oidc_client_id }}
|
||||
@ -35,13 +35,10 @@ OIDCRedirectURI {{ options.scheme }}://{{ options.hostname }}:{{ options.port }}
|
||||
{% if options.oidc_remote_user_claim -%}
|
||||
OIDCRemoteUserClaim {{ options.oidc_remote_user_claim }}
|
||||
{% endif -%}
|
||||
{% if options.oidc_provider_jwks_uri -%}
|
||||
OIDCProviderJwksUri {{ options.oidc_provider_jwks_uri }}
|
||||
{% endif -%}
|
||||
|
||||
{%- if options.enable_oauth %}
|
||||
{%- if options.oidc_auth_verify_jwks_uri %}
|
||||
OIDCOAuthVerifyJwksUri {{ options.oidc_auth_verify_jwks_uri }}
|
||||
{%- if options.oidc_oauth_verify_jwks_uri %}
|
||||
OIDCOAuthVerifyJwksUri {{ options.oidc_oauth_verify_jwks_uri }}
|
||||
{%- else %}
|
||||
OIDCOAuthIntrospectionEndpoint {{ options.oidc_oauth_introspection_endpoint|default(options.provider_metadata.introspection_endpoint) }}
|
||||
OIDCOAuthIntrospectionEndpointParams token_type_hint=access_token
|
||||
|
Loading…
Reference in New Issue
Block a user