You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we are trying to do a query, Steelskin authenticates itself, but then it can not find the token in the database, as we can see in the following log:
The final error occurs when keystone tries to retrieve the user, and I suppose that it is because PEP is telling keystone a bad site to search the token.
In our database we find the token in a table named 'access_token_oauth2', but not in the table 'tokens'
How could I fix it?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
When we are trying to do a query, Steelskin authenticates itself, but then it can not find the token in the database, as we can see in the following log:
The final error occurs when keystone tries to retrieve the user, and I suppose that it is because PEP is telling keystone a bad site to search the token.
In our database we find the token in a table named 'access_token_oauth2', but not in the table 'tokens'
How could I fix it?
Thanks in advance
The text was updated successfully, but these errors were encountered: