-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: punchout identity provider #916
Merged
Merged
Conversation
This file contains 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
Eisie96
changed the title
Refactor/punchout identity provider
refactor: punchout identity provider
Oct 28, 2021
shauke
changed the title
refactor: punchout identity provider
feat: punchout identity provider
Oct 28, 2021
Eisie96
force-pushed
the
refactor/punchout-identity-provider
branch
3 times, most recently
from
November 4, 2021 12:47
d5654e0
to
46fd3df
Compare
MaxKless
suggested changes
Nov 8, 2021
src/app/extensions/punchout/identity-provider/punchout-identity-provider.spec.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/punchout/identity-provider/punchout-identity-provider.spec.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/punchout/identity-provider/punchout-identity-provider.spec.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/punchout/identity-provider/punchout-identity-provider.spec.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/punchout/identity-provider/punchout-identity-provider.ts
Show resolved
Hide resolved
Eisie96
force-pushed
the
refactor/punchout-identity-provider
branch
from
November 11, 2021 13:21
b8b0c0f
to
a02614b
Compare
MaxKless
previously approved these changes
Nov 15, 2021
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.
Great job!
MaxKless
approved these changes
Nov 22, 2021
SGrueber
pushed a commit
that referenced
this pull request
May 19, 2022
Co-authored-by: Marcus Schmidt <marcus.schmidt@intershop.de>
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.
PR Type
[x] Feature
What Is the Current Behavior?
OCI Punchout Sessions gets lost after Reload.
Issue Number: Closes #
What Is the New Behavior?
OCI Punchout Sessions is available after Reload. Therefore is the punchout guard refactored to a new identity provider, which saves the actual basketId to the session storage. Furthermore it is possible to override the actual identity provider on specific routes.
Does this PR Introduce a Breaking Change?
[ ] Yes
[ ] No
Other Information
AB#70891