eosc-kc / keycloak

Open Source Identity and Access Management For Modern Applications and Services
https://www.keycloak.org
Apache License 2.0
4 stars 4 forks source link

Add support for IdP federation-wide attribute mappers #41

Open NicolasLiampotis opened 3 years ago

cgeorgilakis commented 3 years ago

I believe that we could develop this extension to Keycloak. Of cource IdentityProvidersMappers type and functionality must not change. My proposal is:

cgeorgilakis commented 3 years ago

Mappers like SAML Identity Provider mappers will be created as seperated tab in SAML federation.

Functionalites wanted :

  1. Add these mappers to SAML IdP only during creation
  2. Button per Mapper addAll for add specific mapper to all SAML federation IdPs ( only check that mapper with same name does not exist in IdP )
  3. Button update for update all related SAML IdP mappers (based on name)
  4. Button remove for remove all related SAML IdP mappers (based on name)
cgeorgilakis commented 3 years ago

Federation Mappers crud and fuctionality 1 are ready

cgeorgilakis commented 3 years ago

Done as described

cgeorgilakis commented 3 years ago

Messages was updated( not deployed yet in cappacleis2)