mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
fix: SAML 403 message (#8221)
This commit is contained in:
@@ -210,8 +210,7 @@ export const initiateSamlAuth = async (email: string) => {
|
||||
if (response.status === 403) {
|
||||
return {
|
||||
success: false,
|
||||
error:
|
||||
"Domain is not authorized for SAML authentication or SAML certificates are missing.",
|
||||
error: "Domain is not authorized for SAML authentication.",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user