inabajunmr / azidp4j

[alpha] Java OAuth 2.0 Authorization Server & OpenID Connect Identity Provider Library for any web application frameworks.
MIT License
4 stars 0 forks source link

Remove ScopeAudienceMapper #68

Closed inabajunmr closed 1 year ago

inabajunmr commented 1 year ago

ScopeAudienceMapper is used for Jwt implementations but always requires it. It annoys for configuration so want to remove it and capsule it in Store implementations.

inabajunmr commented 1 year ago

Introspection uses audience also