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 20, 2022
1 parent d73db6c commit 7dd35fb
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ tags:
| corsConfigurationFilters | This list specifies the CORS configuration filters | [Details](#corsconfigurationfilters) |
| cssLocation | The location for CSS files | [Details](#csslocation) |
| customHeadersWithAuthorizationResponse | Choose whether to enable the custom response header parameter to return custom headers with the authorization response | [Details](#customheaderswithauthorizationresponse) |
| dateFormatterPattern | List of key value, e.g. 'birthdate: 'yyyy-MM-dd', etc. | [Details](#dateformatterpattern) |
| dcrAuthorizationWithClientCredentials | Boolean value indicating if DCR authorization to be performed using client credentials | [Details](#dcrauthorizationwithclientcredentials) |
| dcrAuthorizationWithMTLS | Boolean value indicating if DCR authorization allowed with MTLS | [Details](#dcrauthorizationwithmtls) |
| dcrIssuers | List of DCR issuers | [Details](#dcrissuers) |
Expand Down Expand Up @@ -259,6 +260,7 @@ tags:
| useHighestLevelScriptIfAcrScriptNotFound | Enable/Disable usage of highest level script in case ACR script does not exist | [Details](#usehighestlevelscriptifacrscriptnotfound) |
| useLocalCache | Cache in local memory cache attributes, scopes, clients and organization entry with expiration 60 seconds | [Details](#uselocalcache) |
| useNestedJwtDuringEncryption | Boolean value specifying whether to use nested Jwt during encryption | [Details](#usenestedjwtduringencryption) |
| userInfoConfiguration | UserInfo Configuration | [Details](#userinfoconfiguration) |
| userInfoEncryptionAlgValuesSupported | This JSON Array lists which JWS encryption algorithms (alg values) [JWA] can be used by for the UserInfo endpoint to encode the claims in a JWT | [Details](#userinfoencryptionalgvaluessupported) |
| userInfoEncryptionEncValuesSupported | This JSON Array lists which JWS encryption algorithms (enc values) [JWA] can be used by for the UserInfo endpoint to encode the claims in a JWT | [Details](#userinfoencryptionencvaluessupported) |
| userInfoEndpoint | The User Info endpoint URL | [Details](#userinfoendpoint) |
Expand Down Expand Up @@ -770,6 +772,15 @@ tags:
- Default value: None


### dateFormatterPattern

- Description: List of key value, e.g. 'birthdate: 'yyyy-MM-dd', etc.

- Required: No

- Default value: None


### dcrAuthorizationWithClientCredentials

- Description: Boolean value indicating if DCR authorization to be performed using client credentials
Expand Down Expand Up @@ -2507,6 +2518,15 @@ tags:
- Default value: true


### userInfoConfiguration

- Description: UserInfo Configuration

- Required: No

- Default value: None


### userInfoEncryptionAlgValuesSupported

- Description: This JSON Array lists which JWS encryption algorithms (alg values) [JWA] can be used by for the UserInfo endpoint to encode the claims in a JWT
Expand Down

0 comments on commit 7dd35fb

Please sign in to comment.