oauth
This commit is contained in:
parent
989df49cf2
commit
19b41ed9f4
19 changed files with 1729 additions and 7620 deletions
|
|
@ -67,7 +67,7 @@ namespace testOauthClient
|
|||
app.UseOAuthAuthentication(
|
||||
options => {
|
||||
options.AuthenticationScheme="yavsc";
|
||||
options.AuthorizationEndpoint="http://dev.pschneider.fr/signin";
|
||||
options.AuthorizationEndpoint="http://dev.pschneider.fr/authorize";
|
||||
options.TokenEndpoint="http://dev.pschneider.fr/token";
|
||||
options.AutomaticAuthenticate=true;
|
||||
options.AutomaticChallenge=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue