ncsa / oa4mp

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

Make auth headers available in the QDL runtime #188

Closed jjg-123 closed 2 months ago

jjg-123 commented 3 months ago

There are very good arguments for giving the QDL runtime access to the authorization headers in the pre_ and post_auth phases. What should happen is a new variable called auth_headers. is now available. There is also an improvement to the header claim handler for QDL that allows for filtering headers by caput (head) or regex.

bbockelm commented 3 months ago

Does this solve the original issue though? There's no authorization phase for device flow in the current releases.

jjg-123 commented 2 months ago

Available in 5.5, along with running the auth phase for the device flow.