update: switch to use profile service to fetch user data based on userID
Previously, we attempted to use the tokens endpoint, which in recent patches doesn't seem to function correctly. Rather than use a brittle endpoint, we have switched to use the user endpoint to look up by UID, which should be more reliable.
parent
b5e2ac58
No related branches found
No related tags found
Showing
- efservices/src/main/java/org/eclipsefoundation/efservices/config/AuthenticatedRequestWrapperProvider.java 9 additions, 3 deletions...fservices/config/AuthenticatedRequestWrapperProvider.java
- efservices/src/main/java/org/eclipsefoundation/efservices/models/AuthenticatedRequestWrapper.java 3 additions, 52 deletions...dation/efservices/models/AuthenticatedRequestWrapper.java
Please register or sign in to comment