You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Along with the support for client_assertion, support for grant-type JWT assertions is also needed. While the jwt package seems to be generating the assertion in the Token call, this function would be easy to use for clients where clients are required to forward assertion tokens that are generated externally.
Example Scenarios:-
cf auth --assertion
or pipeline scenarios like github actions where the JWT assertion is provided