-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDPT-1896 Change the local and dev Entra apps to the Entra dev environment. #713
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,5 @@ data: | |
WP_SITEURL: 'https://dev.intranet.justice.gov.uk/wp' | ||
AWS_CLOUDFRONT_HOST: 'cdn.dev.intranet.justice.gov.uk' | ||
# See Azure Setup for more information on how to get these values. | ||
OAUTH_CLIENT_ID: "1dac3cbf-91d2-4c0e-9c80-0bf3f8fabd75" | ||
OAUTH_TENANT_ID: "c6874728-71e6-41fe-a9e1-2e8c36776ad8" | ||
OAUTH_CLIENT_ID: "51266573-d4eb-41db-8ebe-a9548aa4f01e" | ||
OAUTH_TENANT_ID: "0bb413d7-160d-4839-868a-f3d46537f6af" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These might (will) get flagged by the security squad at some point. Do they need to be hidden or are we good to roll with them? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As discussed, I'll add a concise note as to why these are ok here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey 😄
A quick Q... why are we using v2, do we know what does it means?
... maybe we can drop the v all together?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, it was to differentiate between Tactical Product's secrets, but I think it's unnecessary - I'll remove.