mirror of
https://github.com/bitwarden/server.git
synced 2025-02-22 02:51:33 +01:00
add login redirect url to identity server (#4092)
This commit is contained in:
parent
7d65d8dd4f
commit
3bb8cce2e6
@ -39,6 +39,7 @@ public static class ServiceCollectionExtensions
|
||||
}
|
||||
options.InputLengthRestrictions.UserName = 256;
|
||||
options.KeyManagement.Enabled = false;
|
||||
options.UserInteraction.LoginUrl = "/sso/Login";
|
||||
})
|
||||
.AddInMemoryCaching()
|
||||
.AddInMemoryApiResources(ApiResources.GetApiResources())
|
||||
|
Loading…
Reference in New Issue
Block a user