Skip to content

fixes in EntraID article #222

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

Open
wants to merge 1 commit into
base: vnext-release
Choose a base branch
from
Open

fixes in EntraID article #222

wants to merge 1 commit into from

Conversation

fredmerci
Copy link
Contributor

  1. remove accessTokenInLtpaCookie="true" from openIdWebSecurity.xml
  • This is to fix a problem affecting enterprise users (users related to the intranet such as [email protected])
  • For those users, after logging in the Business Console, the page does not load completely: only the tab menu is visible (Home, Library, Work, Administration)
  • This problem does not affect users that only exist within Entra ID such as [email protected]
  1. remove the two custom authFilter from webSecurity.xml
  • This is to fix a problem affecting the page displayed in RES console when clicking "Retrieve HTDS Description File > View (or Download)"
  • a popup gets displayed in the new tab (prompting the user to enter Basic Auth credentials)
  • This is only happening if ODM in deployed using ingress, and not if routes are used
  • With this change, a token is automatically retrieved to authenticate the user in HTDS

1) remove accessTokenInLtpaCookie="true" from openIdWebSecurity.xml
- This is to fix a problem affecting enterprise users (users related to the intranet such as [email protected])
For those users, after logging in the Business Console, the page does not load completely: only the tab menu is visible (Home, Library, Work, Administration)
- This problem does not affect other users (eg. [email protected])

2) remove the two custom authFilters from webSecurity.xml
- This is to fix a problem affecting the page displayed in RES console when clicking "Retrieve HTDS Description File > View (or Download)"
- a popup gets displayed in the new tab (prompting the user to enter Basic Auth credentials)
- This is only happening if ODM in deployed using ingress, and not if routes are used
- With this change, a token is automatically retrieved to authenticate the user in HTDS
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.

1 participant