CSCfi / shibboleth-idp-oidc-extension

Apache License 2.0
39 stars 7 forks source link

Missing acr causes error #1

Closed klaalo closed 6 years ago

klaalo commented 6 years ago

If acr is not defined in request, runtime exception is caught

2018-04-12 07:18:20,768 - ERROR [net.shibboleth.idp.saml.profile:-2] - Uncaught runtime exception java.lang.RuntimeException: Invalid parameters, programming error at org.geant.idpextension.oidc.token.support.TokenClaimsSet.<init>(TokenClaimsSet.java:137)

Can be avoided by defining acr in authentication configuration:

<bean parent="shibboleth.OIDCAuthnContextClassReference" c:classRef="password" />

jalauros commented 6 years ago

Fixed now in HEAD.