keycloak/keycloak

Documentation: Align on one placeholder syntax

Aperta

#33.018 aperta il 17 set 2024

 (12 commenti) (0 reazioni) (1 assegnatario)Java (8346 fork)batch import
area/docsgood first issuehelp wantedkind/enhancementpriority/lowteam/community

Metriche repository

Star
 (34.398 stelle)
Metriche merge PR
 (Merge medio 6g 19h) (384 PR mergiate in 30 g)

Descrizione

Description

See #32912 for realm-name.

Nice-to-have would be to placeholderize more:

Placeholder already present but not for all the parts

/auth/realms/realm_here/protocol/saml/clients/{client_name} => /auth/realms/{realm-name}/protocol/saml/clients/{client_name}

/auth/realms/{realm-name}/protocol/saml/clients/client_here => /auth/realms/{realm-name}/protocol/saml/clients/{client_name}

No placeholders present

/auth/realms/realm_here/protocol/saml/clients/client_here => /auth/realms/{realm-name}/protocol/saml/clients/{client_name}

Guida contributor