We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15fc8a commit 2db2df2Copy full SHA for 2db2df2
config/module_oidc.php.dist
@@ -674,6 +674,8 @@ $config = [
674
*
675
* The format is the same as for the protocol (Connect) signature key pairs
676
* (option ModuleConfig::OPTION_PROTOCOL_SIGNATURE_KEY_PAIRS)
677
+ *
678
+ * NOTE: for the time being, only one key-pair is supported.
679
*/
680
ModuleConfig::OPTION_VCI_SIGNATURE_KEY_PAIRS => [
681
[
templates/config/verifiable-credential.twig
@@ -5,7 +5,7 @@
5
{% block oidcContent %}
6
<p>
7
{{ 'Verifiable Credential Enabled'|trans }}:
8
- {{ moduleConfig.getVerifiableCredentialEnabled ? 'Yes'|trans : 'No'|trans }}
+ {{ moduleConfig.getVciEnabled ? 'Yes'|trans : 'No'|trans }}
9
</p>
10
11
<h4>{{ 'Entity'|trans }}</h4>
0 commit comments