build-canaries / nevergreen

:baby_chick: A build monitor with attitude
https://nevergreen.io
Eclipse Public License 1.0
215 stars 38 forks source link

Add support for OAuth authentication #249

Closed GentlemanHal closed 1 year ago

GentlemanHal commented 6 years ago

https://oauth.net/getting-started/

GentlemanHal commented 1 year ago

Pretty sure Nevergreen supporting bearer tokens is enough for most CI servers.

We realistically aren't going to implement any kind of SSO flows that require us to cache tokens or anything server side. So I think we can close this issue?

Would you agree with this @joejag @cowley05 ?

joejag commented 1 year ago

Yeah, wrong tech. OAuth is for humans to authenticate via delegation. CI Monitors use Access Keys for this.