My authentication doesn't allows me to add redirect url of type https://auth.expo.io/@your-username/your-app-slug?

I am trying to add microsoft authentication in my expo app but when I am registering my app on microsoft portal then it doesn’t allow me to put the rerdirect url of the type Sign-in Complete instead it says put somthing like this example:// so what to do and if I put redirect url my-app-scheme://auth then how to handle that //auth in my app. I want the id token sent by microsoft in my app.
Please help me

1 Like

I am having the same issue. I am hoping to be able to listen to a url change on the web browser and parse the contents but there are no examples of this in the docs

You could set your app’s scheme in app.json (https://docs.expo.io/versions/latest/workflow/configuration/#scheme)- then you’ll have a myappscheme://auth-type URL. The one drawback is that you will not be able to test all the way through without building the standalone app.