Skip to content

feat: add Ory Console guide for password migration hook#2500

Open
MikeSagnelli wants to merge 5 commits intomasterfrom
feat/9840-password-migration-hook-console-docs
Open

feat: add Ory Console guide for password migration hook#2500
MikeSagnelli wants to merge 5 commits intomasterfrom
feat/9840-password-migration-hook-console-docs

Conversation

@MikeSagnelli
Copy link
Copy Markdown

Summary

  • Adds an Ory Console tab to the "Configure a password migration web hook" step in the Import identities guide, with step-by-step instructions and screenshots for setting up the webhook through the Console UI
  • Adds a guide for verifying the Migration pending badge on the identity detail page in the "Implement the password migration web hook" step, with a screenshot

The existing Ory CLI instructions are preserved in a second tab.

Related

🤖 Generated with Claude Code

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 7, 2026

CLA assistant check
All committers have signed the CLA.

@MikeSagnelli MikeSagnelli changed the title docs(kratos): add Ory Console guide for password migration hook feat: add Ory Console guide for password migration hook Apr 7, 2026
@wassimoo wassimoo self-requested a review April 8, 2026 08:28
Copy link
Copy Markdown
Contributor

@wassimoo wassimoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

}
```

To verify that an identity is pending migration in the Ory Console:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to verify an identity is pending migration from the CLI?

Copy link
Copy Markdown
Author

@MikeSagnelli MikeSagnelli Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not directly through the CLI. The ory get identity command has an --include-credentials flag, but its documentation states it only supports oidc.

However, you can verify it through the Admin API by calling:

GET /admin/identities/{id}?include_credential=password

If credentials.password.config.use_password_migration_hook is true and hashed_password is empty, the identity is pending migration.

I can add this as an API example alongside the Console guide if that would be helpful. However, IMO it is not very straightfoward.

Copy link
Copy Markdown
Contributor

@unatasha8 unatasha8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See inline suggestions

@MikeSagnelli MikeSagnelli force-pushed the feat/9840-password-migration-hook-console-docs branch from 00b5f55 to b79653b Compare April 9, 2026 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants