BenjaminFavre / keycloak-apple-social-identity-provider

Apple Social Identity Provider for Keycloak
Apache License 2.0
110 stars 53 forks source link

Hardcoded attribute mapper not available in the connection with identity provider #27

Open kmejri1 opened 2 years ago

kmejri1 commented 2 years ago

Hello,

I configured an OIDC identity provider on my realm ABC In the mappers (of the identity provider) I configured 2 attribute importers and 1 hardcoded attribute a

When I go on the login page and I connect with my identity provider, the 2 attribute importer are present in the token (they imported successfully the attributes from the client account) but the hardcoded attribute is not present In the second connection, the hardcoded attribute is present !

Could you please help me ? I need the hardcoded attribute to be in the token from the first connection

Thanks in advance