Hello, thank you for implementing it.
Some remarks though:
- Add "Accept: application/json" header when calling token access URL to be compatible with github
- Sometimes ART is behind a reverse proxy and serves its request in http while the reverse proxy send https response. We need an option to force https in callback URL (and maybe other ones).
- Add an option to autologin (no need to click on "Connect with X")
- In the manual 3.1.1 OAuth options is not mentioned in 7.7 OAuth Authentication, it makes me look at the code to find how to pass the urls.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Which provider are you interested in connecting to?
A private company provider, but if you want an example you can test with github oauth and have a look at oic (openid connect) jenkins plugin
we are switching some applications to Microsoft Azure (Entra ID) - would be great if it could work also with this (OAuth 2.0).
Hello, thank you for implementing it.
Some remarks though:
- Add "Accept: application/json" header when calling token access URL to be compatible with github
- Sometimes ART is behind a reverse proxy and serves its request in http while the reverse proxy send https response. We need an option to force https in callback URL (and maybe other ones).
- Add an option to autologin (no need to click on "Connect with X")
- In the manual 3.1.1 OAuth options is not mentioned in 7.7 OAuth Authentication, it makes me look at the code to find how to pass the urls.