Skip to content

Commit

Permalink
Merge branch 'feature/guides' of https://github.com/curityio/example-…
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-archer committed Apr 21, 2021
2 parents 0a15f89 + 917b9a5 commit bd52d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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=""/>
<add key="revocation_endpoint" value=""/>
<add key="jwks_uri" value=""/>
<add key="issuer" value="https://login.curitydemo.com/oauth/v2/oauth-anonymous"/>
<add key="issuer" value="https://localhost:8443/oauth/v2/oauth-anonymous"/>
<add key="api_endpoint" value="https://localhost:3000"/>
<add key="base_url" value="http:https://localhost:5443"/>
</appSettings>
Expand All @@ -19,4 +19,4 @@
<assemblies/>
</compilation>
</system.web>
</configuration>
</configuration>

0 comments on commit bd52d5b

Please sign in to comment.