Skip to content

Commit 7564dae

Browse files
authored
Docs: updates duplicate/missing references (#1211)
updates references
1 parent 92e195b commit 7564dae

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

content/docs/reference/reference.json

+7-15
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,6 @@
129129
"short_description": "Certificate relative file location string",
130130
"services": []
131131
},
132-
"client-certificate-authority": {
133-
"id": "client-certificate-authority",
134-
"title": "Client Certificate Authority",
135-
"path": "/certificates",
136-
"services": [],
137-
"short_description": "Client certificate authority relative file location string",
138-
"type": "string"
139-
},
140132
"downstream-mtls-client-certificate-authority": {
141133
"id": "downstream-mtls-client-certificate-authority",
142134
"title": "Downstream mTLS Certificate Authority",
@@ -280,7 +272,7 @@
280272
"id": "polling-max-delay",
281273
"title": "Max Polling Delay",
282274
"path": "/identity-provider-settings#identity-provider-polling-minmax-delay",
283-
"description": "Minimum delay between requests to the IdP Directory.",
275+
"description": "Maximum delay between requests to the IdP Directory.",
284276
"type": "string"
285277
},
286278
"javascript-security": {
@@ -585,31 +577,31 @@
585577
"identity-provider-client-id": {
586578
"id": "identity-provider-client-id",
587579
"title": "Identity Provider Client ID",
588-
"path": "/identity-provider-settings",
580+
"path": "/identity-provider-settings#identity-provider-client-id",
589581
"description": "Client ID is the OAuth 2.0 Client Identifier retrieved from your identity provider.",
590582
"services": [],
591583
"type": "string"
592584
},
593585
"identity-provider-client-secret-file": {
594586
"id": "identity-provider-client-secret-file",
595587
"title": "Identity Provider Client Secret File",
596-
"path": "/identity-provider-settings",
588+
"path": "/identity-provider-settings#identity-provider-client-secret-file",
597589
"description": "File path containing the client secret, the OAuth 2.0 Secret Identifier retrieved from your identity provider.",
598590
"services": [],
599591
"type": "string"
600592
},
601593
"identity-provider-client-secret": {
602594
"id": "identity-provider-client-secret",
603595
"title": "Identity Provider Client Secret",
604-
"path": "/identity-provider-settings",
596+
"path": "/identity-provider-settings#identity-provider-client-secret",
605597
"description": "Client Secret is the OAuth 2.0 Secret Identifier retrieved from your identity provider.",
606598
"services": [],
607599
"type": "string"
608600
},
609601
"identity-provider-name": {
610602
"id": "identity-provider-name",
611603
"title": "Identity Provider Name",
612-
"path": "/identity-provider-settings",
604+
"path": "/identity-provider-settings#identity-provider-name",
613605
"description": "Provider is the short-hand name of a built-in OpenID Connect (oidc) identity provider to be used for authentication.",
614606
"services": [],
615607
"type": "string"
@@ -626,7 +618,7 @@
626618
"identity-provider-url": {
627619
"id": "identity-provider-url",
628620
"title": "Identity Provider URL",
629-
"path": "/identity-provider-settings",
621+
"path": "/identity-provider-settings#identity-provider-url",
630622
"description": "Provider URL is the base path to an identity provider's OpenID connect discovery document.",
631623
"services": [],
632624
"type": "string"
@@ -642,7 +634,7 @@
642634
"identity-provider-polling-min-max-delay": {
643635
"id": "identity-provider-min-max-delay",
644636
"title": "Identity Provider Min/Max Delay",
645-
"path": "/identity-provider-settings",
637+
"path": "/identity-provider-settings#identity-provider-polling-minmax-delay",
646638
"description": "Sets the minimum and maximum delay times between requests to the identity provider directory.",
647639
"services": [],
648640
"type": "string"

0 commit comments

Comments
 (0)