Skip to content

Connected Accounts, quickstart doc updates#271

Merged
priley86 merged 7 commits into
feat/connected_accounts_doc_updatesfrom
feat/connected_accounts_doc_updates_quickstarts
Nov 17, 2025
Merged

Connected Accounts, quickstart doc updates#271
priley86 merged 7 commits into
feat/connected_accounts_doc_updatesfrom
feat/connected_accounts_doc_updates_quickstarts

Conversation

@priley86

@priley86 priley86 commented Nov 13, 2025

Copy link
Copy Markdown
Contributor

Description

Extends #156 with quickstart updates for the Connected Accounts features being added to Auth0 AI SDKs.

related quickstart pr's currently being prepared:
auth0/auth0-ai-js#291
auth0-samples/auth0-ai-samples#43
auth0-samples/auth0-assistant0#18
auth0/auth0-ai-js#291

References

https://auth0team.atlassian.net/browse/AIDX-240

Testing

Describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Also include details of the environment this PR was developed in (language/platform/browser version).

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

@priley86 priley86 changed the title Connected Accounts quickstart doc updates Connected Accounts, quickstart doc updates Nov 13, 2025
@priley86 priley86 changed the base branch from main to feat/connected_accounts_doc_updates November 13, 2025 21:00
@priley86 priley86 marked this pull request as ready for review November 13, 2025 21:33

@pmalouin pmalouin left a comment

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.

awesome! couple of minor things and some ideas

Comment thread auth4genai/snippets/get-started/prerequisites/call-others-api.jsx Outdated
Comment thread auth4genai/snippets/get-started/prerequisites/call-others-api.jsx Outdated
Comment thread auth4genai/snippets/get-started/prerequisites/call-others-api.jsx Outdated
Comment thread auth4genai/snippets/get-started/vercel-ai-next-js/call-others-api.mdx Outdated
Comment thread auth4genai/snippets/get-started/langchain-next-js/call-others-api.mdx Outdated
Comment thread auth4genai/snippets/get-started/vercel-ai-next-js/call-others-api.mdx Outdated
Comment thread auth4genai/snippets/get-started/vercel-ai-react-spa-js/call-others-api.mdx Outdated
Comment thread auth4genai/snippets/get-started/prerequisites/call-others-api.jsx Outdated
Comment thread auth4genai/snippets/get-started/prerequisites/call-others-api.jsx

@pmalouin pmalouin left a comment

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.

just one last editorial suggestion, but waiting on Lucy's feedback. Approving from my side in the mean time ✅

Comment thread auth4genai/snippets/get-started/langchain-next-js/call-others-api.mdx Outdated
Comment thread auth4genai/snippets/get-started/langchain-next-js/call-others-api.mdx Outdated
Comment thread auth4genai/snippets/get-started/prerequisites/call-others-api.jsx Outdated
Comment thread auth4genai/snippets/get-started/prerequisites/call-others-api.jsx
Comment thread auth4genai/snippets/get-started/vercel-ai-react-spa-js/call-others-api.mdx Outdated
Comment thread auth4genai/snippets/get-started/vercel-ai-react-spa-js/call-others-api.mdx Outdated
Comment thread auth4genai/snippets/get-started/prerequisites/call-others-api.jsx Outdated
@lrzhou25 lrzhou25 force-pushed the feat/connected_accounts_doc_updates branch 2 times, most recently from c7675a6 to dc70c73 Compare November 17, 2025 04:37
@priley86 priley86 merged commit 8775ba6 into feat/connected_accounts_doc_updates Nov 17, 2025
4 checks passed
@priley86 priley86 deleted the feat/connected_accounts_doc_updates_quickstarts branch November 17, 2025 19:14
lrzhou25 added a commit that referenced this pull request Nov 17, 2025
* feat: [AIDX-240] Connected Account Flow, quickstart updates

* Apply suggestions from code review

Co-authored-by: Patrick Malouin <patrick.malouin@okta.com>

* fix: My Account API prerequisite updates

* feat: code review updates

* fix: jsx prop comments

* Apply suggestions from code review

Co-authored-by: lrzhou25 <141781699+lrzhou25@users.noreply.github.com>

* fix: further review updates

---------

Co-authored-by: Patrick Malouin <patrick.malouin@okta.com>
Co-authored-by: lrzhou25 <141781699+lrzhou25@users.noreply.github.com>
pmalouin added a commit that referenced this pull request Nov 19, 2025
* Update account linking with connected accounts

* Remove mentions of client-initiated account linking

* Update google social connection prereqs to configure connected accounts

* Updated with purpose setting for integrations

* Updated integrations page

* Updated call others apis prereqs

* Edited prereq steps

* Remove client-initiated account linking diagram

* feat: [AIDX-130] add notification channel settings content updates (#189)

* feat: [AIDX-130] add notification channel settings content updates

* Apply suggestions from code review

Co-authored-by: lrzhou25 <141781699+lrzhou25@users.noreply.github.com>

* feat: CIBA add-on notes

---------

Co-authored-by: lrzhou25 <141781699+lrzhou25@users.noreply.github.com>

* Removed authorization_params from Connected Flow

* Updated integrations with offline_access behavior and other fixes

* Added openid to google code sample

* Update connected accounts snippets & steps

* Leave enterprise connections unnaffected

* Update offline access step on some of the providers

* Update account linking with connected accounts

* Remove mentions of client-initiated account linking

* Update google social connection prereqs to configure connected accounts

* Updated with purpose setting for integrations

* Updated integrations page

* Updated call others apis prereqs

* Edited prereq steps

* Remove client-initiated account linking diagram

* feat: [AIDX-130] add notification channel settings content updates (#189)

* feat: [AIDX-130] add notification channel settings content updates

* Apply suggestions from code review

Co-authored-by: lrzhou25 <141781699+lrzhou25@users.noreply.github.com>

* feat: CIBA add-on notes

---------

Co-authored-by: lrzhou25 <141781699+lrzhou25@users.noreply.github.com>

* Removed authorization_params from Connected Flow

* Updated integrations with offline_access behavior and other fixes

* Added openid to google code sample

* Connected Accounts, quickstart doc updates (#271)

* feat: [AIDX-240] Connected Account Flow, quickstart updates

* Apply suggestions from code review

Co-authored-by: Patrick Malouin <patrick.malouin@okta.com>

* fix: My Account API prerequisite updates

* feat: code review updates

* fix: jsx prop comments

* Apply suggestions from code review

Co-authored-by: lrzhou25 <141781699+lrzhou25@users.noreply.github.com>

* fix: further review updates

---------

Co-authored-by: Patrick Malouin <patrick.malouin@okta.com>
Co-authored-by: lrzhou25 <141781699+lrzhou25@users.noreply.github.com>

* Added Connected Accounts and removed account linking

* Added Connected Accounts intro to My Account API prereq

* Fixed broken links

* Update auth4genai/intro/token-vault.mdx

Co-authored-by: Patrick Malouin <patrick.malouin@okta.com>

* Update call-others-apis-on-users-behalf.mdx

* Apply suggestion from @priley86

Co-authored-by: Patrick Riley <patrickmriley@proton.me>

* Apply suggestion from @priley86

Co-authored-by: Patrick Riley <patrickmriley@proton.me>

* Update token vault snippets with optional scopes

* Update MS Entra snippet

* Update Google Workspace snippet

---------

Co-authored-by: Patrick Riley <patrickmriley@proton.me>
Co-authored-by: Edu Minguez <eduardo.minguez@okta.com>
Co-authored-by: Patrick Malouin <patrick.malouin@okta.com>
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.

3 participants