Skip to content

0.0.2

Choose a tag to compare

@abhishekkumar-harman abhishekkumar-harman released this 01 Jun 14:10

Bug Fixes

DefaultScopeValidator – token scopes without a configured prefix now match correctly

Affected versions: 0.0.1

Symptom: When a scope prefix was configured (e.g. vehicle:), token scopes that carried
no prefix (e.g. SelfManage) were silently dropped from the filtered set before comparison.
This caused validation to fail with: Token does not have required scopes for endpoint

Full Changelog: 0.0.1...0.0.2