You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the set of resources supported at the AS is dynamic
or
custom subsets of a known set (Open Payments) resource can be enabled?
It seems like we'd have to strip out a lot from current AS for the former. And I'm not sure if/how our custom resource access limits are registered in either case.
I think what I envisioned strays closer to the latter. For our purposes we really only need this endpoint to allow an RS to acquire an identifier that points to a key the AS can use to authenticate signatures on an introspection request, so we could even forgo custom resource access limit registration entirely.
POST /resource
kid
instance_id
that may be used to identify an RS instead of a key or by reference during token introspection.https://datatracker.ietf.org/doc/html/draft-ietf-gnap-resource-servers#section-3.4
The text was updated successfully, but these errors were encountered: