scc-digitalhub / AAC

Apache License 2.0
4 stars 6 forks source link

Dynamic Client Registration Management #193

Open matteo-s opened 2 years ago

matteo-s commented 2 years ago

Add support for OAuth 2.0 Dynamic Client Registration Management Protocol as per https://datatracker.ietf.org/doc/html/rfc7592

Do note that as per https://datatracker.ietf.org/doc/html/rfc7592#section-5 registration access token should NOT expire.

matteo-s commented 2 years ago

Current implementation already has partial support. We need to properly handle registration tokens. Full fix depends on #117