rohe / oictest

OAuth2 and OpenID Connect test tools
Other
39 stars 21 forks source link

ensure array for OP-claims-acr=1 #99

Closed panva closed 8 years ago

panva commented 8 years ago

Given that OP-claims-acr=1 is testing 5.5.5.1. Requesting the "acr" Claim, specifically that when acr is requested as essential claim with specific value or values provided the test should actually provide the "essential":true property of the given claim. In addition test instances launched through the web interface have the conv.client_config["acr_values"] stored as string, this PR ensures the acr claim is requested as essential with Array of members as the values property.