Z
ZITADEL
Z
ZITADEL
Is it possible to intercept a password reset (plain password) with actions?
Original message was deleted
ZITADEL
Join
ZITADEL - Identity infrastructure, simplified for you.
4,316
Members
View on Discord
R
Raccine
•
11/18/24, 2:19 PM
Hey
@schettn
!
:gigipixel
: It
's currently not possible
- However
, in our new log in release
, you should be able to utilize actions v2 to do this
.
S
schettn
Hi @Raccine! How do I activate actions v2? With a new setup ZITADEL instance o...
R
Raccine
•
12/3/24, 2:49 PM
Hey
@schettn
! You would need to activate the feature flag in your instance
:
https://zitadel.com/docs/apis/resources/feature_service_v2/feature-service-set-instance-features
ZITADEL Docs
Configure and set features that apply to a complete instance
. Only fields present in the request are set or unset
.
A
aza
Hey @Raccine I am still getting a 404 error after enabling the Actions v2 featu...
R
Raccine
•
1/24/25, 3:03 PM
Hey
@aza
- Can you provide the path that you
're calling
?
M
mffap
•
1/27/25, 3:43 PM
hi
@aza
- hope it
's ok to use this channel
, since I saw you
're online now
M
mffap
•
1/27/25, 3:43 PM
I
've tested your calls with a completely new setup and they work fine for me
.
M
mffap
•
1/27/25, 3:44 PM
GET
https://demo-instance-t7ok1z.us1.zitadel.cloud/resources/v3alpha/actions/executions/methods
HTTP
/1
.1
Authorization
: Bearer 8wQU
.
.
.
.
.
.ByXo
Content
-Type
: application
/x
-www
-form
-urlencoded
accept
-encoding
: gzip
, deflate
{
"methods
"
:
[
"
/grpc
.health
.v1
.Health
/Check
"
,
"
/grpc
.health
.v1
.Health
/Watch
"
,
"
/grpc
.reflection
.v1
.ServerReflection
/ServerReflectionInfo
"
,
"
/grpc
.reflection
.v1alpha
.ServerReflection
/ServerReflectionInfo
"
,
"
/zitadel
.admin
.v1
.AdminService
/ActivateEmailProvider
"
,
"
/zitadel
.admin
.v1
.AdminService
/ActivateFeatureLoginDefaultOrg
"
,
"
/zitadel
.admin
.v1
.AdminService
/ActivateLabelPolicy
"
,
"
/zitadel
.admin
.v1
.AdminService
/ActivateSMSProvider
"
,
"
/zitadel
.admin
.v1
.AdminService
/ActivateSMTPConfig
"
,
"
/zitadel
.admin
.v1
.AdminService
/AddAppleProvider
"
,
"
/zitadel
.admin
.v1
.AdminService
/AddAzureADProvider
"
,
"
/zitadel
.admin
.v1
.AdminService
/AddCustomDomainPolicy
"
,
"
/zitadel
.admin
.v1
.AdminService
/AddCustomOrgIAMPolicy
"
,
"
/zitadel
.admin
.v1
.AdminService
/AddEmailProviderHTTP
"
,
"
/zitadel
.admin
.v1
.AdminService
/AddEmailProviderSMTP
"
,
"
/zitadel
.admin
.v1
.AdminService
/AddGenericOAuthProvider
"
,
"
/zitadel
.admin
.v1
.AdminService
/AddGenericOIDCProvider
"
,
.
.
.
.
M
mffap
•
1/27/25, 3:44 PM
same works also for functions etc
.
M
mffap
•
1/27/25, 3:45 PM
I
've created a service user in the default organization
, then added that service user in the instance as IAM
_Owner
(
https://.../ui/console/instance/members
)
M
mffap
•
1/27/25, 3:54 PM
Looking at our logs
, it seems like you
're sending a newline character
? That would also correspond with the call you
've shared via our support inbox
.