if (params.claims.scope) {
                        that.driver.config.set(corbel.Iam.IAM_TOKEN_SCOPES, params.claims.scope);
                    } else {
                        that.driver.config.set(corbel.Iam.IAM_TOKEN_SCOPES, that.driver.config.get('scopes', ''));
                    }