Update User Profile Page Plugin authored by Janne Lauros's avatar Janne Lauros
......@@ -27,3 +27,17 @@ Download `shibboleth-idp-plugin-userprofile-0.8.0.tar.gz` and `shibboleth-idp-pl
The plugin can then be installed by running
`$IDP_HOME/bin/plugin.sh -i shibboleth-idp-plugin-userprofile-0.8.0.tar.gz`
### Plugin configuration files
As a result of successful installation following views/configuration files appear.
- `$IDP_HOME/conf/userprofile.properties`
- `$IDP_HOME/messages/messages.properties`
- `$IDP_HOME/flows/intercept/user-profile/user-profile-flow.xml`
- `$IDP_HOME/flows/intercept/user-profile/user-profile-beans.xml`
- `$IDP_HOME/views/userprofile-ao.vm`
- `$IDP_HOME/views/userprofile-ap.vm`
- `$IDP_HOME/views/userprofile-co.vm`
- $IDP_HOME/views/userprofile-pd.vm`
Existing files with same names are not overwritten.
\ No newline at end of file