Access fields from returned OAUTH2 information using SPE

HI all,

I know that you can use Spring Expressions to ContainerSpec to configure for example dynamic volume mounting as outlined here:

https://www.containerproxy.io/containerspecs/

I would like to use this feature with information I got back from OAuth2 token, such as aud. But I don’t know how I can access this information SPE. Any help would be appreciated.

Kind Regards,

Frank Roth

Figured out this is not possible currently and would require change of the source code. I did four a different solution for my problem.