mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05: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