mirror of
https://github.com/bitwarden/server
synced 2025-12-23 19:53:40 +00:00
add login redirect url to identity server (#4092)
This commit is contained in:
@@ -39,6 +39,7 @@ public static class ServiceCollectionExtensions
|
|||||||
}
|
}
|
||||||
options.InputLengthRestrictions.UserName = 256;
|
options.InputLengthRestrictions.UserName = 256;
|
||||||
options.KeyManagement.Enabled = false;
|
options.KeyManagement.Enabled = false;
|
||||||
|
options.UserInteraction.LoginUrl = "/sso/Login";
|
||||||
})
|
})
|
||||||
.AddInMemoryCaching()
|
.AddInMemoryCaching()
|
||||||
.AddInMemoryApiResources(ApiResources.GetApiResources())
|
.AddInMemoryApiResources(ApiResources.GetApiResources())
|
||||||
|
|||||||
Reference in New Issue
Block a user