vf-tyler
vf-tyler
ZZITADEL
Created by vf-tyler on 5/22/2025 in #questions-help-bugs
Project Grant Deactivation Access Restriction
Thanks for looking into this @Rajat
9 replies
ZZITADEL
Created by vf-tyler on 5/22/2025 in #questions-help-bugs
Project Grant Deactivation Access Restriction
hi @Rajat thanks for the quick reply. i was hoping there would be a more efficient way to do this without removing all of the user grants. i have a use case where an organization could have thousands of user grants to remove. this also means that restoring access means re-adding thousands of user grants back to ZITADEL. just checking that you don't know of a more efficient solution for the above use case?
9 replies
ZZITADEL
Created by vf-tyler on 5/2/2025 in #questions-help-bugs
v2beta/actions/* 404 with Actions V2 feature enabled
awesome, thank you both. confirming i was able to migrate my actions
13 replies
ZZITADEL
Created by vf-tyler on 5/2/2025 in #questions-help-bugs
v2beta/actions/* 404 with Actions V2 feature enabled
hi @Rajat that makes sense, thank you for looking into this. i will wait for the cloud version to reach V3
13 replies
ZZITADEL
Created by vf-tyler on 5/2/2025 in #questions-help-bugs
v2beta/actions/* 404 with Actions V2 feature enabled
on the other hand, /resources/v3alpha/actions/executions/_search, is returing the expected list of executions
13 replies
ZZITADEL
Created by vf-tyler on 5/2/2025 in #questions-help-bugs
v2beta/actions/* 404 with Actions V2 feature enabled
i am on v2.71.9 of the cloud version of ZITADEL. it doesn't seem to matter which enpdoint i try. for example, i would expect to be able to fetch the list of the executions using /v2beta/actions/executions/_search, but it always returns:
{
"code": 5,
"message": "Not Found"
}
{
"code": 5,
"message": "Not Found"
}
13 replies
ZZITADEL
Created by vf-tyler on 5/2/2025 in #questions-help-bugs
v2beta/actions/* 404 with Actions V2 feature enabled
hi @Rajat , i was mainly using this as a reference: https://zitadel.com/docs/guides/integrate/actions/testing-event
13 replies
ZZITADEL
Created by vf-tyler on 8/20/2024 in #questions-help-bugs
Actions V2 Documentation 404
@fabienne No problem, an issue has been created: https://github.com/zitadel/zitadel/issues/8723
18 replies
ZZITADEL
Created by vf-tyler on 8/20/2024 in #questions-help-bugs
Actions V2 Documentation 404
@fabienne Circling back to this, I can confirm the majority of the v3alpha endpoints are now functional, but it is still not possible to search executions using this endpoint: /resources/v3alpha/actions/executions/_search. It seems that the response is always:
{
"code": 13,
"message": "An internal error occurred (QUERY-y2u7vctrha)",
"details": [
{
"@type": "type.googleapis.com/zitadel.v1.ErrorDetail",
"id": "QUERY-y2u7vctrha",
"message": "An internal error occurred"
}
]
}
{
"code": 13,
"message": "An internal error occurred (QUERY-y2u7vctrha)",
"details": [
{
"@type": "type.googleapis.com/zitadel.v1.ErrorDetail",
"id": "QUERY-y2u7vctrha",
"message": "An internal error occurred"
}
]
}
18 replies
ZZITADEL
Created by vf-tyler on 8/20/2024 in #questions-help-bugs
Actions V2 Documentation 404
@fabienne Are any of the /resources/v3alpha endpoints available on the cloud-hosted version? I can't seem to find one that doesn't return:
{
"code": 5,
"message": "Not Found"
}
{
"code": 5,
"message": "Not Found"
}
I still am having trouble figuring out how to access Actions V2 as well. It seems like anytime documentation is referenced for Actions V2 it just points to the V3 endpoints.
18 replies
ZZITADEL
Created by vf-tyler on 8/15/2024 in #questions-help-bugs
SAML Application XML Error: "failed to find registered serviceprovider"
@stebenz Yes, I definitely misunderstood how this should be configured (still getting familiar with SAML). Switching the Service Provider has resolved this issue. Thank you!
8 replies
ZZITADEL
Created by vf-tyler on 8/15/2024 in #questions-help-bugs
SAML Application XML Error: "failed to find registered serviceprovider"
@FFO Thank you for the response. Any insights would be appreciated @stebenz
8 replies
ZZITADEL
Created by vf-tyler on 8/15/2024 in #questions-help-bugs
SAML Application XML Error: "failed to find registered serviceprovider"
As you can see, the <StatusMessage> is "failed to find registered serviceprovider". Do you know why I would be receiving this message and how I can register the service provider?
8 replies
ZZITADEL
Created by vf-tyler on 8/15/2024 in #questions-help-bugs
SAML Application XML Error: "failed to find registered serviceprovider"
Once I am redirected to https://<ZITADEL-DOMAIN>/saml/v2/SSO?SAMLRequest=<BASE64-XML>, I receive this XML response:
<?xml version="1.0" encoding="UTF-8"?>
<Response
xmlns="urn:oasis:names:tc:SAML:2.0:protocol" ID="_6ce986e5-7857-4753-8716-5dabbd7f586d" InResponseTo="_3baf755af48a32e1588e2a5887133633b8c4fe4a9b" Version="2.0" IssueInstant="2024-08-15T17:49:52.718Z">
<Issuer
xmlns="urn:oasis:names:tc:SAML:2.0:assertion" Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity">https://<ZITADEL-DOMAIN>/saml/v2/metadata
</Issuer>
<Status
xmlns="urn:oasis:names:tc:SAML:2.0:protocol">
<StatusCode
xmlns="urn:oasis:names:tc:SAML:2.0:protocol" Value="urn:oasis:names:tc:SAML:2.0:status:RequestDenied">
</StatusCode>
<StatusMessage>failed to find registered serviceprovider: ID=QUERY-d6TO1 Message=Errors.App.NotExisting Parent=(sql: no rows in result set)</StatusMessage>
</Status>
<Assertion
xmlns="urn:oasis:names:tc:SAML:2.0:assertion" Version="" ID="" IssueInstant="">
<Issuer
xmlns="urn:oasis:names:tc:SAML:2.0:assertion">
</Issuer>
</Assertion>
</Response>
<?xml version="1.0" encoding="UTF-8"?>
<Response
xmlns="urn:oasis:names:tc:SAML:2.0:protocol" ID="_6ce986e5-7857-4753-8716-5dabbd7f586d" InResponseTo="_3baf755af48a32e1588e2a5887133633b8c4fe4a9b" Version="2.0" IssueInstant="2024-08-15T17:49:52.718Z">
<Issuer
xmlns="urn:oasis:names:tc:SAML:2.0:assertion" Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity">https://<ZITADEL-DOMAIN>/saml/v2/metadata
</Issuer>
<Status
xmlns="urn:oasis:names:tc:SAML:2.0:protocol">
<StatusCode
xmlns="urn:oasis:names:tc:SAML:2.0:protocol" Value="urn:oasis:names:tc:SAML:2.0:status:RequestDenied">
</StatusCode>
<StatusMessage>failed to find registered serviceprovider: ID=QUERY-d6TO1 Message=Errors.App.NotExisting Parent=(sql: no rows in result set)</StatusMessage>
</Status>
<Assertion
xmlns="urn:oasis:names:tc:SAML:2.0:assertion" Version="" ID="" IssueInstant="">
<Issuer
xmlns="urn:oasis:names:tc:SAML:2.0:assertion">
</Issuer>
</Assertion>
</Response>
8 replies
ZZITADEL
Created by vf-tyler on 8/14/2024 in #questions-help-bugs
Assigning IAM roles to Service Users
Thank you!
5 replies