checkSession
function gives Origin mismatch
error in Edge browser but works(gives id_token) in Chrome, Mozila firefox and Safari browsers
this.auth0.checkSession({
scope: 'openid email user_metadata app_metadata offline_access',
responseType: 'id_token token',
redirectUri: 'https://DOMAIN_NAME/handle_auth'
}, function (err, data) {
if (err) {
window.location.href = '/'
}
})
NOTE:
Auth0-js version: 9.0.2
Edge version: 41.16299.15