We are working on a native Windows application that will need to authenticate users via OIDC.
The general guideance for native apps seem to be to use a dynamic port number in the redirect URI, otherwise the chosen port might be already in use by some other application on the user’s application. Does Okta allow a dynamic port number? Could it be done via wildcard, ex: http://localhost:* ?
Thanks