OpenID-Connect-Java-Spring-.../openid-connect-server/src
Trung Nguyen 6fb26856a7 Make apiAddClient in the client api return a HttpStatus.Conflict if you try to create a client with a used client id.
This fixes a bug where if you try to create a client with a client id that is already in use, you get an empty error message. Instead, now you get a message that tells you that the client couldn't be created because the client id is already in use.
2016-07-07 16:45:36 -04:00
..
main/java/org/mitre Make apiAddClient in the client api return a HttpStatus.Conflict if you try to create a client with a used client id. 2016-07-07 16:45:36 -04:00
test/java/org/mitre testing for multiple classes of redirect URIs 2016-02-24 16:34:58 -05:00