var webAuth = new auth0.WebAuth({ domain: 'dev-oeop50g4awqggudr.us.auth0.com', clientID: 'ZGOlx0IpYHCDUZppPXMHjelcStsod4cg', responseType: 'token id_token', redirectUri: 'https://www.calvarychurchfl.com/secure-staff', scope: 'openid' }); function login() { webAuth.authorize(); }