Project

General

Profile

« Previous | Next » 

Revision 51031

1. Update aai link to beta services.
2. Message for previous commit -> merge trunk version 50372 with branch aai

View differences:

UserServiceImpl.java
254 254
    public Tuple<UserProfile, String> checkCookie() throws Exception {
255 255
        OIDCAuthenticationToken authentication;
256 256
        try {
257
	    LOGGER.debug(SecurityContextHolder.getContext());
258
	    LOGGER.debug(SecurityContextHolder.getContext().getAuthentication());
257 259
            authentication = (OIDCAuthenticationToken) SecurityContextHolder.getContext().getAuthentication();
258 260
            UserProfile userProfile = new UserProfile();
259 261
            userProfile.setFirstname(authentication.getUserInfo().getGivenName());

Also available in: Unified diff