Closed GoogleCodeExporter closed 8 years ago
I made a mistake in the above expected output section.
It should be "openid.ext1.preferred_auth_level_types" instead of
"openid.ext1.preferred_auth_levels".
Original comment by mike.mal...@gmail.com
on 23 Aug 2010 at 2:34
I am seeing the same issue.
Original comment by iandug...@gmail.com
on 23 Sep 2010 at 12:15
[deleted comment]
I ended up working around this by generating the PapeRequest auth_levels
manually and passing them in when the object is created.
Simple example:
ParameterList params = new ParameterList();
params.set(new Parameter("preferred_auth_policies", "")); // required
params.set(new Parameter("auth_level.ns.nist",
"http://csrc.nist.gov/publications/nistpubs/800-63/SP800-63V1_0_2.pdf"));
params.set(new Parameter("preferred_auth_level_types", "nist"));
PapeRequest papeReq = PapeRequest.createPapeRequest(params);
Original comment by mike.mal...@gmail.com
on 23 Sep 2010 at 12:57
Fixed in r695.
Original comment by Johnny.B...@gmail.com
on 1 Nov 2012 at 2:09
Original issue reported on code.google.com by
mike.mal...@gmail.com
on 16 Aug 2010 at 1:08