Increase authentication URL sizes.
This commit is contained in:
parent
75d17ea3c8
commit
1dfe909bab
3 changed files with 4 additions and 4 deletions
|
@ -1340,7 +1340,7 @@ void EmbeddedNetworkController::_request(
|
|||
if ((authenticationExpiryTime == 0) || (authenticationExpiryTime < now)) {
|
||||
std::string authenticationURL = _db.getSSOAuthURL(member);
|
||||
if (!authenticationURL.empty()) {
|
||||
Dictionary<1024> authInfo;
|
||||
Dictionary<3072> authInfo;
|
||||
authInfo.add("aU", authenticationURL.c_str());
|
||||
fprintf(stderr, "sending auth URL: %s\n", authenticationURL.c_str());
|
||||
DB::cleanMember(member);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue