ncsa / oa4mp

Open Authorization for MyProxy
https://oa4mp.org/
Other
8 stars 10 forks source link

Support client credentials flow #209

Open jjg-123 opened 1 month ago

jjg-123 commented 1 month ago

Support the client credentials flow: https://www.rfc-editor.org/rfc/rfc6749#section-4.4

this has been resisted for quite some time, since in a standard use it is easy to forge requests if the secret is compromised. However, Many clients require this and we should therefore support it. See https://jira.ncsa.illinois.edu/browse/CIL-2106 as well.