Added sign up button and improved logout flow.
Also added proper link to profile management.
This commit is contained in:
@@ -37,9 +37,9 @@ namespace MultiShop
|
||||
.AddApiAuthorization<ApplicationUser, ApplicationDbContext>(
|
||||
options => {
|
||||
options.Clients.AddIdentityServerSPA("MultiShop", spa => {
|
||||
spa.WithRedirectUri("/authentication/silent-login-callback");
|
||||
spa.WithRedirectUri("/authentication/silent-login-callback.html");
|
||||
spa.WithRedirectUri("/authentication/login-callback");
|
||||
spa.WithRedirectUri("/authentication/logout-callback");
|
||||
spa.WithLogoutRedirectUri("/authentication/logout-callback");
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user