Andrew Turner

Results 22 comments of Andrew Turner

@jvanderaa @jeffkala Would this be considered completed with #56 merged?

I'm also having this issue. I can confirm I passed the access code into the authorization container and it still failed. Downgrading to version 2.0.0 and deleting the old file...

the $character value is where I pull the information from the database and push it to the container. ``` $character = EveIndustry::GetCharacter(); $authentication = new EsiAuthentication(array( 'client_id' => EVE_CLIENT_ID, 'secret'...

Pretty sure I'm using SSO v2, although I'm using a different library for authenticating the characters and the scopes so I could be wrong. I couldn't find a way to...

It seems my tokens are not in JWT format, which would explain a big part of the issue. Not sure where to go from here.

Thanks for the help, when tried targeting the SSO v2 I get different a grant type not supported error, but I'll try the links you sent. If it doesn't work...

@chadell @Kircheneer , is this considered completed from the merge for #393 ?

@rifen I've been looking into this and I was able to recreate the described issue. It occurs when an IP Address exists in Nautobot without a role and the SSoT...

@Kircheneer @dylanbob I'm still unable to replicate this issue in my environment. I have: - Nautobot v2.3.1 - SSoT App v3.0.1 - Python v3.11 Steps I took: - Imported SSoT...

@Kircheneer this is an idea of mine for sorting out relationships using contrib and avoiding false updates. The function can be used by both the Contrib NautobotAdapter and also by...