issues
search
optimizely
/
agent
Agent service for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
Apache License 2.0
31
stars
26
forks
source link
fix(issue#345): Fixes an issue with oauth/token API denying client access.
#346
Closed
yasirfolio3
closed
1 year ago
yasirfolio3
commented
2 years ago
Summary
Fixes an issue with
/oauth/token
api which restricted client access. The outer middleware only allowed
application/json
whereas internally it was again checking again for
application/x-www-form-urlencoded
.
Issues
https://github.com/optimizely/agent/issues/345
Summary
/oauth/token
api which restricted client access. The outer middleware only allowedapplication/json
whereas internally it was again checking again forapplication/x-www-form-urlencoded
.Issues