Ideagen Quality Management 7.6.2.1 Release Notes
Who is this article for?Administrators considering implementation of Ideagen Quality Management 7.6.2.1.
No elevated permissions are required.
Ideagen Quality Management 7.6.2.1 is a maintenance update that includes targeted fixes focusing on our support for Okta authentication.
1. Key issues fixed
Issue: QPL-29324
Okta IdP does not directly specify scopes to retrieve additional user information via the "userinfo" scopes in the access token response. UserInfo endpoint was previously hardcoded, causing issues if the client has a different version of Okta IdP with a different Issuer URL configuration.
Resolution
To address the UserInfo endpoint issue, we have enhanced the Okta IdP configuration to dynamically retrieve the UserInfo endpoint from the openid-configuration metadata endpoint. This enhancement ensures compatibility with different versions of Okta IdP and allows the system to retrieve user information (firstname, lastname, email) for JIT profile sync.
Additionally, we have enhanced the Okta IdP configuration checking to ensure the expected SSO settings are properly configured when the user saves the SSO settings in the system.
Also resolved a Win Client SSO authentication error, preventing the user from logging in. where the Win Client SSO Redirect URL is not configured in the code.
2. Fixes
|
Reference |
Description |
|---|---|
| QPL-29324 | Fix applied to remove hardcoding of userinfo endpoint. |
| QPL-28289 | Enhanced Okta support to change UPN mapping to use sub claim (remove need for Okta API subscription). |
| QPL-28512 | Improvements to database connection management. |