mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
@@ -24,3 +24,15 @@
|
||||
{% if KRATOSMERGED.oidc.enabled and 'oidc' in salt['pillar.get']('features') %}
|
||||
{% do KRATOSMERGED.config.selfservice.methods.update({'oidc': {'enabled': true, 'config': {'providers': [KRATOSMERGED.oidc.config]}}}) %}
|
||||
{% endif %}
|
||||
|
||||
{% if KRATOSMERGED.oidc.config.auth_url is defined and not KRATOSMERGED.oidc.config.auth_url.strip() | length %}
|
||||
{% do KRATOSMERGED.oidc.config.pop('auth_url') %}
|
||||
{% endif %}
|
||||
|
||||
{% if KRATOSMERGED.oidc.config.issuer_url is defined and not KRATOSMERGED.oidc.config.issuer_url.strip() | length %}
|
||||
{% do KRATOSMERGED.oidc.config.pop('issuer_url') %}
|
||||
{% endif %}
|
||||
|
||||
{% if KRATOSMERGED.oidc.config.token_url is defined and not KRATOSMERGED.oidc.config.token_url.strip() | length %}
|
||||
{% do KRATOSMERGED.oidc.config.pop('token_url') %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user