diff --git a/dspace/config/clarin-dspace.cfg b/dspace/config/clarin-dspace.cfg index 0064162af6ad..fe7fd16fbea0 100644 --- a/dspace/config/clarin-dspace.cfg +++ b/dspace/config/clarin-dspace.cfg @@ -111,6 +111,10 @@ authentication-shibboleth.role.ufal.mff.cuni.cz = UFAL # Authorization is assigned to the user in the `EPersonRestAuthenticationProvider` class. authentication-shibboleth.clarin.custom.groups = UFAL,UFAL_MEMBER +# Show attributes which are passed by IdP on the first login +# Default - false +authentication-shibboleth.show.idp-attributes = false + ############### # diff --git a/dspace/config/modules/rest.cfg b/dspace/config/modules/rest.cfg index 344ce8cecdf0..c612e4286a8f 100644 --- a/dspace/config/modules/rest.cfg +++ b/dspace/config/modules/rest.cfg @@ -62,6 +62,8 @@ rest.properties.exposed = themed.by.url rest.properties.exposed = themed.by.company.name rest.properties.exposed = identifier.doi.resolver rest.properties.exposed = spring.servlet.multipart.max-file-size +rest.properties.exposed = authentication-shibboleth.show.idp-attributes + # TUL rest.properties.exposed = dspace.ui.url rest.properties.exposed = versioning.item.history.include.submitter