diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-05-24 08:14:55 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-05-24 08:14:55 +0200 |
commit | 996774dbf06b037d9f843e57a2cfac9bcc111a51 (patch) | |
tree | a4fb9674ac70459feb69b10c3986e14fc63bb700 /id/oa/src/main/webapp/demoapp.jsp | |
parent | cd0a225cac0ba73ec6efa5f33324a94dd9353548 (diff) | |
download | moa-id-spss-996774dbf06b037d9f843e57a2cfac9bcc111a51.tar.gz moa-id-spss-996774dbf06b037d9f843e57a2cfac9bcc111a51.tar.bz2 moa-id-spss-996774dbf06b037d9f843e57a2cfac9bcc111a51.zip |
update Demo-OA to illustrate SAML2 SubjectNameId
Diffstat (limited to 'id/oa/src/main/webapp/demoapp.jsp')
-rw-r--r-- | id/oa/src/main/webapp/demoapp.jsp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/id/oa/src/main/webapp/demoapp.jsp b/id/oa/src/main/webapp/demoapp.jsp index c6b005deb..7d511a5ce 100644 --- a/id/oa/src/main/webapp/demoapp.jsp +++ b/id/oa/src/main/webapp/demoapp.jsp @@ -31,7 +31,11 @@ <div id="demonstrator_loginInformation"> <table> <tr> - <td align="right">Benutzerdaten:</td> + <td align="right">PrincipleId: </td> + <td><%= bean.getPrincipleId()%></td> + </tr> + <tr> + <td align="right">Benutzerdaten:</td> <td><%= bean.getGivenName()%> <%= bean.getFamilyName()%> <%= bean.getDateOfBirth()%></td> |