mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +00:00
add request context mine
This commit is contained in:
parent
51d43835d3
commit
4e5d06b05b
@ -16,6 +16,7 @@ message RequestContext {
|
||||
string instance_domain = 3;
|
||||
string org_id = 4;
|
||||
string org_domain = 5;
|
||||
bool mine = 6 [(validate.rules).bool = {const: true}]; // The instance is discovered by the domain from the requests host header.
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user