Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix user identifier in ID token generation
Updated the ID token generation to use the actual user ID instead of the username. This change ensures that the token is generated with the correct user identifier, aligning with expected authentication practices and potentially resolving issues related to user identification in tokens. This aligns more closely with the intended use of the 'sub' claim in token standards.
- Loading branch information