Liam Hoekenga
Liam Hoekenga
The insert statements in scopes.sql also assumes a different table schema. It seems similar to https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues/1303 It looks like the SQL files have changed a bit between the 1.3.1 MitreID...
I think the only thing that *needs* to be loaded is ``` ``` - security-schema.sql creates the users and authorities tables space. - loading_temp_tables.sql makes temporary tables to store sample...
I appear to have the same problem when using the provided attribute-resolver.xml and attribute-filter.xml. The only attributes that receive value are sub, preferred_username and email.
It appears to be an issue with shibboleth.consent.attribute-release.WhitelistedAttributeIDs in conf/intercept/consent-intercept-config.xml The distributed copy's definition is empty: ``` ``` It appears that if you do define any values on that list,...
The spec suggests that id_token should be valid for the Implicit flow: http://openid.net/specs/openid-connect-core-1_0.html#Authentication > Authentication can follow one of three paths: the Authorization Code Flow (response_type=code), the Implicit Flow (response_type=id_token...
Hm. I guess I'd want to know how your IdP is configured.. I'm not getting redirected to Unsolicted SSO. I'll poke at it some more and if and code changes,...
> @lhoekenga https://github.com/lhoekenga is that what you were looking: > f3e69da > https://github.com/zalando/aws-saml-login/commit/f3e69da21092e641f0cf4022d31ebeb230d772cb > ? I don't see anything in the aws-saml-login code that would know to route the login...
It looks like during an upgrade, the "save credentials" box got checked. If I uncheck the box, the error goes away, which says to me the thing it's trying to...
Seems like unchecking "save credentials" was a one time fix (for each connection). The error re-appears intermittently with subsequent application sessions.