Closed andreisolo0 closed 1 week ago
My problem seemed to have been fixed after removing from config OAUTH2_URL so it automatically gets the OAUTH2_REDIRECT_URI according to code, and then editing the in auth/views.py the
PING_INCLUDE_BEARER_TOKEN = True in config
Hi, accordint to docs I managed to add the configs for the Azure Oauth flow. The Azure part of the Oauth seems to work but on Lemur I am getting 405 Not Allowed from nginx. I cannot see any usefull logs.
My oauth config:
I am using Group.Read.All since I was receveing an error when trying to ask for scope groups and did not existed.
Also I am getting multiple 200 responses in the lemur log file
The only log where I see 405 is the nginx access log
On the frontend side I am getting the Red badge popup with Whoa there
Any ideas? Thanks!