Skip to content
Snippets Groups Projects
Commit ab375711 authored by Hanna Führ's avatar Hanna Führ Committed by Sandra Westerhoff
Browse files

Issue/1799 ap creation option on resource creation

parent 4fcecb91
Branches
Tags
2 merge requests!15Release: Sprint/2022 04 :robot:,!13Issue/1799 ap creation option on resource creation
......@@ -28,7 +28,7 @@ namespace Coscine.JwtHandler
_jwtSecurityTokenHandler = new JwtSecurityTokenHandler();
_symmetricSecurityKey = GetSecurityKey();
_centuryBegin = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
_defaultExpiration = 60;
_defaultExpiration = 1440;
_issuer = "https://coscine.rwth-aachen.de";
_audience = "https://coscine.rwth-aachen.de";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment