rvaneerdewijk

Results 16 comments of rvaneerdewijk

Thanks, @hosseinsh . I had no idea there was a community Azure plugin. I was just attempting to use the built-in OAUTH2 functionality. Do you know where I might find...

@hosseinsh from what I'm reading, "destination" is not what I'm looking for. I'm looking to have it so Azure AD users can log into Lemur. So far OAuth2 sounds like...

@hosseinsh those are fake values up there ^^ so nothing to worry about. I made sure to replace them when posting.

Bumping this... anyone? Is anyone using OAUTH2 at all? And how does Lemur decide who can/can't log into Lemur and what role they belong to?

Still stuck here. I've managed to find some more URLs related to OAUTH2 for Azure: OAUTH2_JWKS_URL = "https://login.microsoftonline.com/common/discovery/keys" OAUTH2_USER_API_URL = "https://login.microsoftonline.com/common/openid/userinfo" ... but these change nothing. When I point to...

> > > Hi @rvaneerdewijk can you try this? > > [#3705 (comment)](https://github.com/Netflix/lemur/issues/3705#issuecomment-892675964) > > It's possible that Azure implemented the OAuth2 RFC in a case-sensitive way. Changing the headers...

> > > Hi @rvaneerdewijk - nice! That adjustment seems to have gotten you closer to the end of the OAuth2 flow. This new error is during retrieval of the...

> > > Hi @rvaneerdewijk - Did you manage to fix this problem? I am encountering similar issue when integrating with OKTA. I don't think, the request is being successfully...

> > > > Hi @rvaneerdewijk - nice! That adjustment seems to have gotten you closer to the end of the OAuth2 flow. This new error is during retrieval of...

I may be close to getting this. I commented out the line: `if current_app.config.get("PING_INCLUDE_BEARER_TOKEN"):` and collapsed the indent for the line immediately after it: `headers = {"Authorization": f"Bearer {access_token}"}` This...