I am trying to implement Azure b2c using expo-auth-session. After the login on the browser and redirecting back to the app I get following error.
"error": "redirect_uri_mismatch",
"error_description": "AADB2C90006: The redirect URI 'https://auth.expo.io/@username/app-slug' provided in the request is not registered for the client id 'XXXXXXXX-XXXX-XXXXX-XXXXX
Timestamp: 2021-10-13 11:08:53Z
When I try to add it under the redirect Uri, I get the error shown in the attached image. 
Removing the @ from the username fixes the error but then it will not redirect back to the app.
Thanks in advance!!!
