HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

Enable Azure Active Directory Authentication #41

Closed jreadey closed 4 years ago

jreadey commented 4 years ago

Enable requests to be authenticated using Active Directory rather than using HTTP Basic Auth.

jreadey commented 4 years ago

This is implemented either for interactive logins (user is directed to go to browser to enter code) or unattended authentication.

Azure docs in docs directory have instructions for setting up Azure Active Directory.

jreadey commented 4 years ago

This is working now.