Closed skrzepto closed 7 years ago
Note: this happens on local and fas3-dev.fedorainfracloud.org
When generating a access token with CAN_READ_PUBLIC_INFO it throws 401 unathorized
CAN_READ_PUBLIC_INFO
Access Token
Add token
To successfully add the token and redirect to the access token page /people/profile/<user>/accesstoken
/people/profile/<user>/accesstoken
2016-07-19 10:30:19,122 INFO [waitress:12517][sqlalchemy.engine.base.Engine:base][_execute_context:1100] (1996,) 2016-07-19 10:30:19,125 DEBUG [waitress:12517][fas:authentication][_log:51] pyramid.authentication.AuthTktAuthenticationPolicy.authenticated_userid: groupfinder callback returned []; returning u'simon' 2016-07-19 10:30:19,125 INFO [waitress:12517][sqlalchemy.engine.base.Engine:base][_rollback_impl:666] ROLLBACK
I'm not able to reproduce this one, so I'll assume that the commit referred to above fixed it.
If that's not the case, let's re-open this ticket :)
This is working for me now on latest
Note: this happens on local and fas3-dev.fedorainfracloud.org
Summary
When generating a access token with
CAN_READ_PUBLIC_INFO
it throws 401 unathorizedSteps to reproduce
Access Token
Add token
CAN_READ_PUBLIC_INFO
Expected Results
To successfully add the token and redirect to the access token page
/people/profile/<user>/accesstoken
Error Log