Skip to content
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

CXMC-13000: mcs customer login with CDC hosted page #19080

Merged
merged 38 commits into from
Aug 15, 2024

Conversation

i53577
Copy link
Contributor

@i53577 i53577 commented Jul 26, 2024

No description provided.

@i53577 i53577 changed the base branch from develop to poc/cdc-oidc August 8, 2024 09:00
@i53577 i53577 changed the base branch from poc/cdc-oidc to develop August 8, 2024 09:02
@i53577 i53577 requested review from a team as code owners August 9, 2024 10:21
@github-actions github-actions bot marked this pull request as draft August 9, 2024 10:24
@i53577 i53577 changed the title CXMC-13000: draft CXMC-13000: mcs customer login with CDC hosted page Aug 9, 2024
@i53577 i53577 marked this pull request as ready for review August 9, 2024 13:52
Copy link
Contributor

github-actions bot commented Aug 9, 2024

Merge Checks Failed

Please push a commit to re-trigger the build. 
To push an empty commit you can use `git commit --allow-empty -m "Trigger Build"`

@github-actions github-actions bot marked this pull request as draft August 9, 2024 14:02
@i53577 i53577 marked this pull request as ready for review August 12, 2024 08:48
Copy link
Contributor

Merge Checks Failed

Please push a commit to re-trigger the build. 
To push an empty commit you can use `git commit --allow-empty -m "Trigger Build"`

Copy link
Contributor

@scarai-sap scarai-sap left a comment

Choose a reason for hiding this comment

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

comments added

@@ -22,7 +22,8 @@
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.6.2",
"angular-oauth2-oidc": "^17.0.1"

Choose a reason for hiding this comment

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

why do we need to introduce this lib, should be there already

Copy link
Contributor Author

Choose a reason for hiding this comment

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

create a ticket to track this https://jira.tools.sap/browse/CXSPA-8184

@github-actions github-actions bot marked this pull request as draft August 13, 2024 05:23
@i53577 i53577 changed the base branch from develop to feature/mcs-cdc-login August 15, 2024 02:19
@i53577 i53577 marked this pull request as ready for review August 15, 2024 02:19
@i53577 i53577 merged commit c188a9a into feature/mcs-cdc-login Aug 15, 2024
13 checks passed
@i53577 i53577 deleted the feature/CXMC-13000 branch August 15, 2024 02:19
providers: [
provideDefaultConfig(<CmsConfig>{
cmsComponents: {
ReturningOIDCLoginComponent: {

Choose a reason for hiding this comment

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

this component will be used for both login and return, so the name ReturningOIDCLoginComponent is not accurate

@@ -14,6 +14,7 @@ export default defineConfig({
runMode: 2,
},
videoUploadOnPasses: false,
chromeWebSecurity: false,

Choose a reason for hiding this comment

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

why do we need to set chromeWebSecurity to false, do we need to remove this line when go to production, if yes do we have a ticket to follow up?

Copy link
Contributor

Choose a reason for hiding this comment

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

it's already in false in pipeline configuration as

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.

4 participants