User session properties within the expression language

Hi,

Is it possible to pass user geo-location to 3rd party SAML integrated app using attributes? Can user session properties i.e. session.geo with expression language an option?

Thanks

I don’t believe its possible to access that information via expression language, but you may want to look into using a SAML Assertion Inline Hook to see if you can pull that information in from somewhere else (perhaps /api/v1/logs?) and insert it into the assertion.

Note that you MUST use a custom SAML application, you cannt apply the hook to an OIN integration