mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05: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.InputLengthRestrictions.UserName = 256;
|
||||||
options.KeyManagement.Enabled = false;
|
options.KeyManagement.Enabled = false;
|
||||||
|
options.UserInteraction.LoginUrl = "/sso/Login";
|
||||||
})
|
})
|
||||||
.AddInMemoryCaching()
|
.AddInMemoryCaching()
|
||||||
.AddInMemoryApiResources(ApiResources.GetApiResources())
|
.AddInMemoryApiResources(ApiResources.GetApiResources())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user