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

Fetch the appName context from window instead of fetching it from env variable #6631

Merged
merged 5 commits into from
Oct 6, 2021

Conversation

mauriziovitale
Copy link
Contributor

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation
  • Other... Please describe:

What is the current behaviour? (You can also link to an open issue here)

What is the new behaviour?

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

@mauriziovitale mauriziovitale changed the title Fetch the appName context from window instead of hardcode it do not merge Fetch the appName context from window instead of hardcode it Feb 4, 2021
Until now the context of the app was created on the backend side and stored on the variable redirectUri. With this fix the context is determined by the FE
remove 
APP_CONFIG_OAUTH2_REDIRECT_LOGIN
APP_CONFIG_OAUTH2_REDIRECT_LOGOUT
the origin and context will be determined by the FE
removing APP_CONFIG_OAUTH2_REDIRECT_LOGOUT and APP_CONFIG_OAUTH2_REDIRECT_LOGIN
@mauriziovitale mauriziovitale changed the title do not merge Fetch the appName context from window instead of hardcode it Fetch the appName context from window instead of fetching it from env variable Oct 6, 2021
@mauriziovitale mauriziovitale merged commit dc13364 into develop Oct 6, 2021
@mauriziovitale mauriziovitale deleted the mvitale-add-pathname-to-redirectUrl branch October 6, 2021 15:18
@pr-triage pr-triage bot added the PR: merged label Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants