mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
fix: HotFIX related with ACS SAML url (#8148)
This commit is contained in:
@@ -121,8 +121,8 @@ export const SamlConfigForm = ({
|
||||
};
|
||||
|
||||
const acsUrl = emailDomain
|
||||
? `${apiBaseUrl}/accounts/saml/${emailDomain}/acs`
|
||||
: `${apiBaseUrl}/accounts/saml/your-domain.com/acs`;
|
||||
? `${apiBaseUrl}/accounts/saml/${emailDomain}/acs/`
|
||||
: `${apiBaseUrl}/accounts/saml/your-domain.com/acs/`;
|
||||
|
||||
return (
|
||||
<form ref={formRef} action={formAction} className="flex flex-col space-y-2">
|
||||
|
||||
Reference in New Issue
Block a user