Hello Team,
I am trying to use Azure AD for user authentication in LAVA. I followed the document https://validation.linaro.org/static/docs/v2/authentication.html#using-open-... and created a yaml file with all details under /etc/lava-server/settings.d and restarted lava-server-gunicorn.service.
Additionally , added ssl_header configuration to trust X-Forwarded-Proto header for detecting HTTPS. cat secure_proxy_ssl_header.yaml SECURE_PROXY_SSL_HEADER: - HTTP_X_FORWARDED_PROTO - https
During sign in I am able get Microsoft login page but after successfully login I get "Bad Request (400)" .
Could you please suggest if Lava can work with mozilla-django-oidc or if i am missing any configuration.
Also found below error in lava-server-gunicorn.service logs: ERROR:django.security.SuspiciousOperation:The provider algorithm 'RS256' does not match the client's OIDC_RP_SIGN_ALGO
lava-users@lists.lavasoftware.org