Skip to content

Commit

Permalink
docs: automated property doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-auto committed Dec 12, 2022
1 parent f387334 commit b9627d9
Showing 1 changed file with 70 additions and 70 deletions.
140 changes: 70 additions & 70 deletions docs/admin/reference/json/properties/janssenauthserver-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ tags:
| introspectionSkipAuthorization | Specifies if authorization to be skipped for introspection | [Details](#introspectionskipauthorization) |
| invalidateSessionCookiesAfterAuthorizationFlow | Boolean value to specify whether to invalidate session_id and consent_session_id cookies right after successful or unsuccessful authorization | [Details](#invalidatesessioncookiesafterauthorizationflow) |
| issuer | URL using the https scheme that OP asserts as Issuer identifier | [Details](#issuer) |
| jansElevenDeleteKeyEndpoint | oxEleven Delete Key endpoint URL | [Details](#janselevendeletekeyendpoint) |
| jansElevenGenerateKeyEndpoint | oxEleven Generate Key endpoint URL | [Details](#janselevengeneratekeyendpoint) |
| jansElevenSignEndpoint | oxEleven Sign endpoint UR | [Details](#janselevensignendpoint) |
| jansElevenTestModeToken | oxEleven Test Mode Token | [Details](#janseleventestmodetoken) |
| jansElevenVerifySignatureEndpoint | oxEleven Verify Signature endpoint URL | [Details](#janselevenverifysignatureendpoint) |
| jansId | URL for the Inum generator Service | [Details](#jansid) |
| jansOpenIdConnectVersion | OpenID Connect Version | [Details](#jansopenidconnectversion) |
| jmsBrokerURISet | JMS Broker URI Set | [Details](#jmsbrokeruriset) |
| jmsPassword | JMS Password | [Details](#jmspassword) |
| jmsUserName | JMS UserName | [Details](#jmsusername) |
Expand Down Expand Up @@ -177,13 +184,6 @@ tags:
| openidSubAttribute | Specifies which LDAP attribute is used for the subject identifier claim | [Details](#openidsubattribute) |
| opPolicyUri | URL that the OpenID Provider provides to the person registering the Client to read about the OP's requirements on how the Relying Party can use the data provided by the OP | [Details](#oppolicyuri) |
| opTosUri | URL that the OpenID Provider provides to the person registering the Client to read about OpenID Provider's terms of service | [Details](#optosuri) |
| oxElevenDeleteKeyEndpoint | oxEleven Delete Key endpoint URL | [Details](#oxelevendeletekeyendpoint) |
| oxElevenGenerateKeyEndpoint | oxEleven Generate Key endpoint URL | [Details](#oxelevengeneratekeyendpoint) |
| oxElevenSignEndpoint | oxEleven Sign endpoint UR | [Details](#oxelevensignendpoint) |
| oxElevenTestModeToken | oxEleven Test Mode Token | [Details](#oxeleventestmodetoken) |
| oxElevenVerifySignatureEndpoint | oxEleven Verify Signature endpoint URL | [Details](#oxelevenverifysignatureendpoint) |
| oxId | URL for the Inum generator Service | [Details](#oxid) |
| oxOpenIdConnectVersion | OpenID Connect Version | [Details](#oxopenidconnectversion) |
| pairwiseCalculationKey | Key to calculate algorithmic pairwise IDs | [Details](#pairwisecalculationkey) |
| pairwiseCalculationSalt | Salt to calculate algorithmic pairwise IDs | [Details](#pairwisecalculationsalt) |
| pairwiseIdType | the pairwise ID type | [Details](#pairwiseidtype) |
Expand Down Expand Up @@ -1409,6 +1409,69 @@ tags:
- Default value: None


### jansElevenDeleteKeyEndpoint

- Description: oxEleven Delete Key endpoint URL

- Required: No

- Default value: None


### jansElevenGenerateKeyEndpoint

- Description: oxEleven Generate Key endpoint URL

- Required: No

- Default value: None


### jansElevenSignEndpoint

- Description: oxEleven Sign endpoint UR

- Required: No

- Default value: None


### jansElevenTestModeToken

- Description: oxEleven Test Mode Token

- Required: No

- Default value: None


### jansElevenVerifySignatureEndpoint

- Description: oxEleven Verify Signature endpoint URL

- Required: No

- Default value: None


### jansId

- Description: URL for the Inum generator Service

- Required: No

- Default value: None


### jansOpenIdConnectVersion

- Description: OpenID Connect Version

- Required: No

- Default value: None


### jmsBrokerURISet

- Description: JMS Broker URI Set
Expand Down Expand Up @@ -1769,69 +1832,6 @@ tags:
- Default value: None


### oxElevenDeleteKeyEndpoint

- Description: oxEleven Delete Key endpoint URL

- Required: No

- Default value: None


### oxElevenGenerateKeyEndpoint

- Description: oxEleven Generate Key endpoint URL

- Required: No

- Default value: None


### oxElevenSignEndpoint

- Description: oxEleven Sign endpoint UR

- Required: No

- Default value: None


### oxElevenTestModeToken

- Description: oxEleven Test Mode Token

- Required: No

- Default value: None


### oxElevenVerifySignatureEndpoint

- Description: oxEleven Verify Signature endpoint URL

- Required: No

- Default value: None


### oxId

- Description: URL for the Inum generator Service

- Required: No

- Default value: None


### oxOpenIdConnectVersion

- Description: OpenID Connect Version

- Required: No

- Default value: None


### pairwiseCalculationKey

- Description: Key to calculate algorithmic pairwise IDs
Expand Down

0 comments on commit b9627d9

Please sign in to comment.