Tuesday 29 October 2013

Accessing User Credentials in Portal 8 Theme


It is possible to access the logged in user credentials in Portal 8 theme in any of the dynamic jsp (such as navigation.jsp, commonActions.jsp etc.,

The following are the required attributes needed to access the credentials.

1. Email  - ${wp.user['mail']} or ${wp.user['ibm-primaryEmail']}
2. Name - ${wp.user['givenName']}
3. Surname - ${wp.user['sn']}
4. Group - ${wp.user['cn']}

For more information Click Here

No comments:

Post a Comment