fix: typo in account linking mode description#2535
Merged
vinckr merged 2 commits intoory:masterfrom Apr 30, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates Kratos social sign-in documentation to align the account_linking_mode value name with the API specification.
Changes:
- Replace
verify_with_existing_credentialwithconfirm_with_existing_credentialin the account linking mode table.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
deepakprabhakara
approved these changes
Apr 30, 2026
vinckr
approved these changes
Apr 30, 2026
verify_with_existing_credential should be confirm_with_existing_credential based on API Spec.
Prettier realigned the markdown table column spacing in 95_account-linking.mdx after the wire-value correction.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
verify_with_existing_credential should be confirm_with_existing_credential based on API Spec.
Related Issue or Design Document
Based on https://github.com/ory/kratos/blob/88a838d879394ab218b24ec01deb63c77b8fe480/selfservice/strategy/oidc/provider_config.go#L21-L25
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact security@ory.com) from the maintainers to push the changes.
Further comments