|
|
|
@ -8,15 +8,15 @@ |
|
|
|
|
|
|
|
public const int ClientNameMaxLength = 200; |
|
|
|
|
|
|
|
public const int ClientUriMaxLength = 2000; |
|
|
|
public const int ClientUriMaxLength = 300; |
|
|
|
|
|
|
|
public const int LogoUriMaxLength = 2000; |
|
|
|
public const int LogoUriMaxLength = 300; |
|
|
|
|
|
|
|
public const int DescriptionMaxLength = 1000; |
|
|
|
|
|
|
|
public const int FrontChannelLogoutUriMaxLength = 2000; |
|
|
|
public const int FrontChannelLogoutUriMaxLength = 300; |
|
|
|
|
|
|
|
public const int BackChannelLogoutUriMaxLength = 2000; |
|
|
|
public const int BackChannelLogoutUriMaxLength = 300; |
|
|
|
|
|
|
|
public const int ClientClaimsPrefixMaxLength = 200; |
|
|
|
|
|
|
|
|