JWT Role Extraction for WLCG IAM JWT #4594
-
|
Hello to all, This would return Is there any way to handle a similar case? (i.e. trim away the first character). Alternatively, I could extract the role from the But again that would need an extraction operator more powerful than those currently provided for JWT Role Extraction. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Hey @merl1n0, @taimoorzaeem maybe we could have an underscore ( So for this case we could do: |
Beta Was this translation helpful? Give feedback.
-
|
Is there any other software in your stack that is a subject to this quirk too and how is it handled by them? |
Beta Was this translation helpful? Give feedback.
Hi @merl1n0, thanks for clarifying. I understand the use case now. I think we can support a slice operator like
[1:]on string values. @steve-chavez WDYT?