scimma / scimma-admin

Administrative web UI for SCIMMA backend resources
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support RFC 7804 Auth #63

Closed cnweaver closed 10 months ago

cnweaver commented 1 year ago

https://datatracker.ietf.org/doc/html/rfc7804

The home-brewed token mechanism we already have is good for clients which make large batches of requests on behalf of the same user (e.g. Hermes). RFC 7804 is a standard which it may be easier for client tools to use, and may be more convenient for clients which want to make single requests.

Neustradamus commented 1 year ago

@cnweaver: Good job for SCRAM!

Linked to: