You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Service Provider unique identifier. Recommended to use the ACS base URL, e.g. https://tapdata.example.com/api/sso/saml',
897
+
setting_Saml_Sp_Acs_Url_doc:
898
+
'Assertion Consumer Service URL that receives the SAML response. Fixed as https://<your-domain>/api/sso/saml/acs',
899
+
setting_Saml_Sp_Slo_Url_doc:
900
+
'Single Logout (SLO) URL advertised in the SP metadata, used to receive the IdP LogoutRequest/LogoutResponse. Fixed as https://<your-domain>/api/sso/saml/slo',
901
+
setting_Saml_Sp_Private_Key_doc:
902
+
'Service Provider private key (encrypted at rest, write-only). Generated together with the SP certificate via "Generate Key Pair".',
903
+
setting_Saml_Sp_Certificate_doc:
904
+
'Service Provider certificate (public key) in PEM format, included in the exported SP metadata. Generate it via "Generate Key Pair".',
905
+
setting_Saml_Idp_Entity_Id_doc:
906
+
'Identity Provider Entity ID. Auto-filled by "Import IdP Metadata".',
'Identity Provider Single Logout (SLO) URL. ADFS example: https://adfs.example.com/adfs/ls/?wa=wsignout1.0',
911
+
setting_Saml_Idp_Signing_Certificate_doc:
912
+
'Identity Provider signing certificate used to verify assertions. Auto-filled by "Import IdP Metadata".',
913
+
setting_Saml_Name_Id_Format_doc:
914
+
'SAML NameID format; leave blank for the default. Example: urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
915
+
setting_Saml_Want_Assertions_Signed_doc:
916
+
'Require the IdP to sign assertions; TapData verifies the signature with the IdP signing certificate and rejects unsigned/tampered assertions. ADFS signs by default, keep this on.',
917
+
setting_Saml_Sign_Authn_Request_doc:
918
+
'Sign the SP-generated AuthnRequest with the SP private key. Enable only when the IdP requires SP-signed requests.',
919
+
setting_Saml_Signature_Algorithm_doc:
920
+
'XML signature algorithm; leave blank for the default (rsa-sha256). Avoid weak algorithms such as SHA-1/MD5.',
921
+
setting_Saml_Clock_Skew_Seconds_doc:
922
+
'Allowed clock skew (seconds) when validating assertion time conditions. Default 120; ensure NTP sync across hosts.',
923
+
setting_Saml_Claim_Username_doc:
924
+
'SAML attribute mapped to the username. ADFS example: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name',
925
+
setting_Saml_Claim_Email_doc:
926
+
'SAML attribute mapped to the email. ADFS example: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress',
927
+
setting_Saml_Claim_Display_Name_doc:
928
+
'SAML attribute mapped to the display name. ADFS example: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname',
929
+
setting_Saml_Claim_Groups_doc:
930
+
'SAML attribute mapped to the user groups. ADFS example: http://schemas.xmlsoap.org/claims/Group',
931
+
setting_Saml_Idp_Initiated_Enabled_doc:
932
+
'Allow IdP-initiated SSO (disabled by default for security)',
933
+
setting_Saml_Jit_Provisioning_Enabled_doc:
934
+
'Just-in-time provisioning: auto-create users on first SSO login (disabled by default)',
935
+
setting_Saml_Login_Redirect_Url_doc:
936
+
'Post-login redirect URL after a successful SSO login',
0 commit comments