We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f4de8 commit 6b7de1dCopy full SHA for 6b7de1d
1 file changed
example-config.php
@@ -31,6 +31,9 @@
31
$enableActiveTokensTable = false; // This option works only for MITREid Connect based OPs
32
$showIdToken = false;
33
34
+/*
35
+ Optional. Use when you want to generate a custom RPC API showcase.
36
+*/
37
$customAPIs = [
38
[
39
'title' => 'To call Perun RPC API, use the following curl command:',
0 commit comments