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
Document that claimId can be set in a JWT payload to convey information about the client being authenticated. This is useful for more advanced forms of authentication beyond the basic 1-CL-to-1-EL authentication that's usually done.
Also, document that adding claimId to the JWT payload for the execution engine is tested with ee-jwt-claim-id: foobar.
Document that
claimId
can be set in a JWT payload to convey information about the client being authenticated. This is useful for more advanced forms of authentication beyond the basic 1-CL-to-1-EL authentication that's usually done.Also, document that adding
claimId
to the JWT payload for the execution engine is tested withee-jwt-claim-id: foobar
.See PR: Add
id
claim to the execution engine JWT payload #7816The text was updated successfully, but these errors were encountered: