|
|
To make email and realname available with Shibboleth you have to use a recent clone of PluggableSSO or my fork:
|
|
|
https://github.com/hermannschwaerzlerUIBK/PluggableSSO
|
|
|
|
|
|
And you may have to edit
|
|
|
`/etc/shibboleth/attribute-map.xml`
|
|
|
and uncomment/activate something e.g. this:
|
|
|
```xml
|
|
|
<Attribute name="urn:oid:0.9.2342.19200300.100.1.3" id="mail"/>
|
|
|
<Attribute name="urn:oid:2.16.840.1.113730.3.1.241" id="displayName"/>
|
|
|
``` |
|
|
\ No newline at end of file |