Skip to content

Commit

Permalink
use full redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 committed Apr 8, 2023
1 parent 812f579 commit 9c9c120
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"name": "OpenIdApplication",
"ClientId": "SwaggerClient",
"ConsentType": "implicit",
"RedirectUris": "/Swagger/oauth2-redirect.html",
"RedirectUris": "http://localhost/Swagger/oauth2-redirect.html",
"AllowAuthorizationCodeFlow": true,
"AllowLogoutEndpoint": false,
"AllowPasswordFlow": false,
Expand Down

0 comments on commit 9c9c120

Please sign in to comment.