simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
708 stars 92 forks source link

Audience must be equals to client_id #523

Closed simpleidserver closed 1 year ago

simpleidserver commented 1 year ago

When the resource parameter is missing from the HTTP request then the audience must be equals to client_id.

lechediaz commented 1 year ago

I tested this modification and it works correctly.