Error loading discovery document with Okta SSO in .NET Framework desktop app #381
Unanswered
NandhiniM11
asked this question in
Open Source
Replies: 1 comment 6 replies
-
|
Which URL are you using for the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m integrating Okta SSO into an existing .NET Framework 4.8 desktop application. I’m using Duende.IdentityModel.OidcClient v6.0.1.
I’ve set up OidcClientOptions with the following parameters:
Authority
ClientId
Scope
RedirectUri
Browser (system browser)
LoadProfile = true
When I try to open the browser for SSO, I get the following error:
Error loading discovery document: Invalid base address for endpoint https://trial-4119525.okta.com/oauth2/v1/clients. Valid base addresses: https://trial-4119525.okta.com/oauth2/default.
Can someone please guide me on how to resolve this? I want to use a native desktop application with Okta SSO without client secret.
Beta Was this translation helpful? Give feedback.
All reactions