Skip to content

docs: clarify SAML AuthnRequest signing is implicitly supported when configuring certificate and private key#2665

Open
dennismdejong wants to merge 1 commit intografana:mainfrom
dennismdejong:feature/docs-saml-authnrequest-signing
Open

docs: clarify SAML AuthnRequest signing is implicitly supported when configuring certificate and private key#2665
dennismdejong wants to merge 1 commit intografana:mainfrom
dennismdejong:feature/docs-saml-authnrequest-signing

Conversation

@dennismdejong
Copy link
Copy Markdown

Summary

  • Updated documentation for grafana_sso_settings SAML configuration to clarify that SAML AuthnRequest signing is implicitly enabled when configuring the SP certificate (certificate / certificate_path) and private key (private_key / private_key_path) alongside signature_algorithm (fixes Add support for signing SAML authentication requests in grafana_sso_settings #2515).
  • Resolves confusion caused by the lack of an explicit sign_authn_requests boolean, aligning with Grafana's underlying implementation which uses these fields to determine if signing is requested.

What has been tested

  • Ran make update-schema and make docs to re-generate the provider documentation.

@dennismdejong dennismdejong requested review from a team as code owners April 7, 2026 19:40
@dennismdejong dennismdejong requested review from Jguer and dmihai and removed request for a team April 7, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for signing SAML authentication requests in grafana_sso_settings

1 participant