Fabio Brambilla

Results 1 comments of Fabio Brambilla

My scopes currently are like this: List aadB2CScopes = [ 'https://$aadB2TenantName.onmicrosoft.com/xyz.ab.webapi/access_as_user', 'openid', 'profile', 'offline_access', ]; I've tried with just 'offline_access', and 'openid' but I still get the same incorrect behaviour....