skip to Main Content

Amazon web services – Getting Access denied error while using aws cli for enabling MFA delete on S3 bucket

Created user and that user having administrator permission and as well S3 bucket full access. Created S3 bucket with default setting. Trying to enable MFA delete via AWS CLI: aws s3api put-bucket-versioning --bucket testing-mfa-delete --versioning-configuration Status=Enabled,MFADelete=Enabled --mfa "arn:aws:iam::123456789012:mfa/Admin_App" --profile deletemfa…

VIEW QUESTION

Combined MFA using 'TOTP' and 'Email' failing in Azure B2C

I'm trying to enable combined MFA options for Azure B2C via custom policies but I'm receiving error while trying to do so. I've used https://github.com/azure-ad-b2c/samples/blob/master/policies/mfa-email-or-phone/policy/SignUpOrSignin_PhoneOrEmailMFA.xml as my starting point. I'm getting error Profile 'Jwt Issuer' in policy 'B2C_1A_signup_signin_saml' in tenant…

VIEW QUESTION
Back To Top
Search