chore: migrate davinci flows and clients to new tenant - #757
Conversation
|
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit 07fa329
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
@forgerock/davinci-client
@forgerock/device-client
@forgerock/journey-client
@forgerock/oidc-client
@forgerock/protect
@forgerock/recognize
@forgerock/sdk-types
@forgerock/sdk-utilities
@forgerock/iframe-manager
@forgerock/sdk-logger
@forgerock/sdk-oidc
@forgerock/sdk-request-middleware
@forgerock/storage
commit: |
|
Deployed 39fbb54 to https://ForgeRock.github.io/ping-javascript-sdk/pr-757/39fbb548897d6bd82d0bc9361549dca0af017ce0 branch gh-pages in ForgeRock/ping-javascript-sdk |
📦 Bundle Size Analysis📦 Bundle Size Analysis🆕 New Packages🆕 @forgerock/journey-client - 92.6 KB (new) ➖ No Changes➖ @forgerock/sdk-utilities - 18.6 KB 15 packages analyzed • Baseline from latest Legend🆕 New package ℹ️ How bundle sizes are calculated
🔄 Updated automatically on each push to this PR |
| return request | ||
| .url() | ||
| .includes('https://auth.pingone.ca/02fb4743-189a-4bc7-9d6c-a919edfe6447/as/authorize'); | ||
| .includes('https://auth.pingone.ca/356a254c-cba3-4ade-be1a-860136e8df01/as/authorize'); |
There was a problem hiding this comment.
Non-blocking: All of these IDs make me just a bit nervous. I feel we should centralize all of these IDs and then pass them around, rather than needing to hardcode them all throughout our files.
vatsalparikh
left a comment
There was a problem hiding this comment.
Question about using old env for protect
| throw new Error(`Failed to initialize oidc client: ${oidcResult.error}`); | ||
| } | ||
| const oidcClient = oidcResult; | ||
| const protectApi = protect({ envId: '02fb4743-189a-4bc7-9d6c-a919edfe6447' }); |
There was a problem hiding this comment.
Is there a reason protect is still using the old env ending in 447?
JIRA Ticket
None
Description
SDK Webenvironment, env ID:356a254c-cba3-4ade-be1a-860136e8df01).Web MFA Device Registration/Authenticationflow. All of those flows have been consolidated into oneWeb MFA Device Registration/Authenticationflow in the new tenant and tests updated.DaVinci E2E Flows List. Please review here: https://docs.google.com/spreadsheets/d/1VdL7EONaj37aiyq6TKNm5Jcusf7tuBp3dSe-cO1t94Y/edit?usp=sharingNOTE: Sample app flows have not yet been migrated to new tenant