Menu

Add openid connect and / or oauth authentication support

ART Help
2023-09-12
2024-05-27
  • Gaël Lalire

    Gaël Lalire - 2023-09-12
     
  • Timothy Anyona

    Timothy Anyona - 2023-10-08

    Which provider are you interested in connecting to?

     
  • Gaël Lalire

    Gaël Lalire - 2023-10-08

    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

     
  • Gerd S

    Gerd S - 2023-10-09

    we are switching some applications to Microsoft Azure (Entra ID) - would be great if it could work also with this (OAuth 2.0).

     
  • Gaël Lalire

    Gaël Lalire - 2024-05-27

    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.

     

Log in to post a comment.