Problem:
VC SDK hard codes the behavior when a token is invalid.
Solution:
Allow this to be customizable and default to a 401 for invalid tokens. In accordance to RFC 6750, provide a realm and error property for the WWW-Authenticate header
Validation:
Unit tests
Type of change:
[x] Feature work
[x] Bug fix
[ ] Documentation
[ ] Engineering change
[ ] Test
[ ] Logging/Telemetry
Risk:
[ ] High – Errors could cause MAJOR regression of many scenarios. (Example: new large features or high level infrastructure changes)
[x] Medium – Errors could cause regression of 1 or more scenarios. (Example: somewhat complex bug fixes, small new features)
[ ] Small – No issues are expected. (Example: Very small bug fixes, string changes, or configuration settings changes)
Problem: VC SDK hard codes the behavior when a token is invalid.
Solution: Allow this to be customizable and default to a 401 for invalid tokens. In accordance to RFC 6750, provide a realm and error property for the WWW-Authenticate header
Validation: Unit tests
Type of change:
Risk: