
AlecG.76073 (Customer) asked a question.
We have custom WIndows Application. The application uses basic authentication against API.
I want to protect API by OKTA (planning to use OIDC). How to include the Windows Application (the API client) into the OKTA desktop?

Hi Alec,
I added a few documentation link below with the information you need on how to create an OpenID connect application in Okta and how to setup authorization servers.
https://developer.okta.com/docs/api/resources/oidc
https://developer.okta.com/docs/api/resources/authorization-servers
https://help.okta.com/en/prod/Content/Topics/Apps/Apps_App_Integration_Wizard.htm?Highlight=app%20integration
This will allow you to setup your API client in Okta. If you experience and issues after you create your configuration, please raise a ticket with support and we will be happy to assist.
1. When registering Windows application with OKTA what should be Login redirect URI?
2. What is the role of the Initiate login URI?
3. Since I am developing .NET desktop app I am trying to use Nuget package (https://github.com/IdentityModel/IdentityModel.OidcClient2). Specifically I am calling LoginAsync(…)
Thanks,
Alec
Hey Alek, did you ever get this working? If so, how do you do it?