bolt-autoAuth Validator

The auth validator leverages authentication and role-permission-based authorization for you.

ColdBox security ships with this validator that knows how to talk to the authentication service and validate authentication and authorization via permissions and roles. All you need to do is use the WireBox ID of AuthValidator@cbsecurity in your validator setting:

cbsecurity = {

    firewall : {
        validator = "AuthValidator@cbsecurity"
    }

}
circle-info

AuthValidator is the default validator for ColdBox Security

triangle-exclamation
circle-check

Last updated

Was this helpful?