emqx_dashboard_sso_saml.hocon 540 B

12345678910111213141516171819202122232425262728
  1. emqx_dashboard_sso_saml {
  2. dashboard_addr.desc:
  3. """The address of the EMQX Dashboard."""
  4. dashboard_addr.label:
  5. """Dashboard Address"""
  6. idp_metadata_url.desc:
  7. """The URL of the IdP metadata."""
  8. idp_metadata_url.label:
  9. """IdP Metadata URL"""
  10. sign_request.desc:
  11. """Whether to sign the SAML request."""
  12. sign_request.label:
  13. """Sign SAML Request"""
  14. sp_public_key.desc:
  15. """The public key of the SP."""
  16. sp_public_key.label:
  17. """SP Public Key"""
  18. sp_private_key.desc:
  19. """The private key of the SP."""
  20. sp_private_key.label:
  21. """SP Private Key"""
  22. }