Skip to content

Commit

Permalink
updated issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Anestos committed Oct 5, 2017
1 parent 19e9245 commit 0b45523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-dotnet-openid-connect-client/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<add key="logout_endpoint" value="https://nordicapis.curity.io/authn/authenticate/logout?redirect_uri=https://localhost:5443" />
<add key="revocation_endpoint" value="" />
<add key="jwks_uri" value="" />
<add key="issuer" value="https://nordicapis.curity.io/oauth/v2/metadata" />
<add key="issuer" value="https://nordicapis.curity.io/~" />
<add key="api_endpoint" value="https://nordicapis-api.curity.io/hello_world" />
<add key="base_url" value="https://localhost:5443" />
</appSettings>
Expand Down

0 comments on commit 0b45523

Please sign in to comment.