OpenID-Connect-Java-Spring-.../openid-connect-common/src/main/java/org/mitre
Amanda Anganes 269a354f8c Added tables.sql, which is just a concatenation of all the other sql files. Added redirect_uris.sql, which is a NEW table needed to support clients registering multiple redirect uris.
This updates us to the HEAD revision of SECOAUTH, where the redirect uri field on ClientDetails has been updated to be a Set<String> instead of a single string. I updated the UI code so that it will still work, but it will need to be updated to allow users to register multiple uris.
This also closes issue #2 from the issue tracker.
2012-04-10 13:44:10 -04:00
..
jwt/model Added setNonce to JwtClaims. 2012-03-23 11:08:49 -04:00
oauth2/model Added tables.sql, which is just a concatenation of all the other sql files. Added redirect_uris.sql, which is a NEW table needed to support clients registering multiple redirect uris. 2012-04-10 13:44:10 -04:00
openid/connect/model JWT claims can now have nulls in them without barfing 2012-03-22 11:46:48 -04:00