mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
Email length in IdSv4 config needed to be 256 (#1255)
This commit is contained in:
@ -36,6 +36,7 @@ namespace Bit.Identity.Utilities
|
||||
{
|
||||
options.Authentication.CookieSameSiteMode = Microsoft.AspNetCore.Http.SameSiteMode.Unspecified;
|
||||
}
|
||||
options.InputLengthRestrictions.UserName = 256;
|
||||
})
|
||||
.AddInMemoryCaching()
|
||||
.AddInMemoryApiResources(ApiResources.GetApiResources())
|
||||
|
Reference in New Issue
Block a user