User roles are not syncing correctly from the IDMS to the associated WordPress site. This appears to be caused by a missing bearer token during the synchronization process.
Additional information:
- More logging has now been added to help troubleshoot this issue.
Steps to reproduce:
- Trigger a role sync from the IDMS to WordPress.
- Observe the missing or incorrect role assignments.
- Review logs for missing bearer token in the request headers.
Expected behavior:
- User roles should sync correctly from the IDMS to WordPress when the appropriate bearer token is supplied.
Actual behavior:
- Roles do not sync, and logs indicate authentication/authorization failure due to missing bearer token.
Next steps:
- Investigate authentication flow for role sync.
- Ensure bearer token is generated and included in requests to WordPress.
- Monitor logs with the new logging added for failures or missing tokens.
User roles are not syncing correctly from the IDMS to the associated WordPress site. This appears to be caused by a missing bearer token during the synchronization process.
Additional information:
Steps to reproduce:
Expected behavior:
Actual behavior:
Next steps: