Tim Schilling
Tim Schilling
@medmunds thank you for the quality review. I haven't forgotten about this. My OSS availability is weaning a bit, but I'll try to address this over the weekend.
Confirmed that it's fixed. I can't close the issue though.
I don't believe this is an issue. When the system uses the manifest storage class, the toolbar's class inherits from it. If this is still an issue, please provide some...
Thank you for maintaining the package and seeing this one through!
That token (`request.GET.get('code')`) is a one-time use token. To get the long lasting token from `AdfsAuthCodeBackend.authenticate` / `AdfsBaseBackend.exchange_auth_code`. I would imagine the token you actually want is the one that...
@JonasKs we do already. It's in `adfs_response` dict in the signal. The receiver needs to pull it out of the dict.
No worries, I didn't explain it very well.
> the access_token would expire about 1hour and need to refresh or query again, can this package also support to update access_token? I'm not sure I understand what you want...
Sounds good, I'll bring it up with the group next week and let you know. We'll probably take some of the logistical discussion offline, but put the long term stuff...
Can you include the models that were used for this example?