Today the ate-apiserver exposes a token broker API named SessionIdentity. The name predates the concept of Actor, but we never renamed it. Taahir Ahmed (@ahmedtd) proposed we rename it to ActorIdentity.
Additionally, the endpoint encodes actor specific information in JWS claims and SPIFFE URIs. This is the tuple appid, userid, sessionid. These are not concepts in substrate, we should probably use actor atespace, actor name, actor uid.
Today the ate-apiserver exposes a token broker API named
SessionIdentity. The name predates the concept of Actor, but we never renamed it. Taahir Ahmed (@ahmedtd) proposed we rename it toActorIdentity.Additionally, the endpoint encodes actor specific information in JWS claims and SPIFFE URIs. This is the tuple
appid, userid, sessionid. These are not concepts in substrate, we should probably useactor atespace, actor name, actor uid.