I have a UWP application and I'm trying to configure it to work with SSO, specifically OpenID Connect and I need to specify a callback URI in the process.
My question is, what is the callback URI for a UWP application?
I know iOS does somethng like com.myapp.x:/callback, so what is the equivalent for a UWP application?