heimdall2
heimdall2 copied to clipboard
Okta Integration Bug
Describe the bug Broken Okta integration
To Reproduce Steps to reproduce the behavior:
- Deploy 2.10.4 Heimdall with Okta login
- Load the login page
- Click "login with Okta"
- Try to login
- Error: "Sorry, an problem occurred while signing you in. The reason given was: Cannot destructure property 'given_name' of 'userData' as it is undefined."
Expected behavior Login successfully with no errors.
Desktop (please complete the following information):
- OS: Windows
- Browser Chrome
- Version 2.10.4
Additional context Related to these dependency updates but the okta.strategy.ts file was not updated along with the oidc.strategy.ts file.
- https://github.com/mitre/heimdall2/pull/5512
- https://github.com/mitre/heimdall2/pull/5548