mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:37:34 +00:00
feat: actions context information add clientID (#10339)
# Which Problems Are Solved There is no information contained in the context info sent to Actions v2. # How the Problems Are Solved Add application information to the context information sent to Actions v2, to give more information about the execution. # Additional Changes None # Additional Context Closes #9377
This commit is contained in:
@@ -100,6 +100,7 @@ func (s *Server) Introspect(ctx context.Context, r *op.Request[op.IntrospectionR
|
||||
token.userID,
|
||||
token.scope,
|
||||
client.projectID,
|
||||
client.clientID,
|
||||
client.projectRoleAssertion,
|
||||
true,
|
||||
true,
|
||||
|
Reference in New Issue
Block a user