Skip to content

Commit

Permalink
Remove bold, add list items
Browse files Browse the repository at this point in the history
Addresses: #472 (comment)
  • Loading branch information
nils-work committed Jan 15, 2025
1 parent 416a531 commit 1192286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slate/source/includes/security/endpoints/_register.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Endpoints specified as TLS **MUST** be configured with a certificate issued by a
|**ResourceBaseUri**| <i class="icon-check"></i> | | MTLS | Base URI for the Consumer Data Standard resource endpoints. This **MUST** encompass all CDS resource endpoints requiring authentication. |
|**InfoSecBaseUri**| <i class="icon-check"></i> | | TLS | Base URI for the [OIDC Discovery endpoint](https://openid.net/specs/openid-connect-discovery-1_0.html) only.<br>Endpoints specified in the Discovery endpoint have the requirements detailed in the [Security Endpoints](#security-endpoints) section. |
|**AdminBaseUri**| <i class="icon-check"></i> | | MTLS | Base URI for the Consumer Data Standard admin endpoints called by the CDR Register. |
|**ExtensionBaseUri**| <i class="icon-check"></i> | | TLS/MTLS | Base URI for the Data Holder extension endpoints to the Consumer Data Standard **(optional)**.<ul><li>TLS: for public endpoints.<li>MTLS: for authenticated endpoints. |
|**ExtensionBaseUri**| <i class="icon-check"></i> | | TLS/MTLS | Base URI for the Data Holder extension endpoints to the Consumer Data Standard (optional).<ul><li>TLS: for public endpoints.<li>MTLS: for authenticated endpoints.</ul> |
|**RevocationUri**| | <i class="icon-check"></i> | TLS | Used for consent withdrawal notification from a Data Holder and is populated in the [SSA](#dynamic-client-registration). |
|**RecipientBaseUri**| | <i class="icon-check"></i> | TLS | Base URI for the Consumer Data Standard Data Recipient Software Product endpoints. <br>This **MUST** be the base to provide reference to [Data Recipient Endpoints](#cdr-participant-discovery-api_get-data-recipients). |
|**JwksUri**| <i class="icon-check"></i> | <i class="icon-check"></i> | TLS | DH Brand: Used for client authentication for DH -> DRSP communication and is populated in the [Get Data Holder Brands](#cdr-participant-discovery-api_get-data-holder-brands) endpoint. (See: _jwksEndpoint_).<br>ADR Brand: Used for client authentication for DRSP -> DH & Register communication and is populated in the [SSA](#dynamic-client-registration). (See: _jwks_uri_). |
|**JwksUri**| <i class="icon-check"></i> | <i class="icon-check"></i> | TLS | <ul><li>DH Brand: Used for client authentication for DH -> DRSP communication and is populated in the [Get Data Holder Brands](#cdr-participant-discovery-api_get-data-holder-brands) endpoint. (See: _jwksEndpoint_).</li><li>ADR Brand: Used for client authentication for DRSP -> DH & Register communication and is populated in the [SSA](#dynamic-client-registration). (See: _jwks_uri_).</li></ul> |

0 comments on commit 1192286

Please sign in to comment.