Okta authentication in WPF

I need to call an API expecting okta bearer token as an input from a traditional WPF application hosted on VM for each group.

Thinking of using Web Browser control to present Okta Widget/Org Okta Page to end user for authentication and then read user’s access token.

Since this application is used by multiple groups separately, looking for an advice to decide “redirectUri” for each group or common. What redirectUri should I use?

My only intention is to ensure user is authenticated and read his access token for an API call.

@mbhosale Please refer the doc which explains the callback route.