What is the correct syntax to use in the SAML configuration to map a SAML attribute to a custom attribute created within Authing?
A custom attribute called ‘role’ has been created but I’m having trouble figuring out the syntax to call that data.
Standard attributes can be called with ‘${user.givenName}’ for example.