|
Currently this does not seem to be possible as the method(s) handling authentication use the clients |
Answered by
septatrix
Nov 6, 2021
Replies: 2 comments 1 reply
|
You'd need to explain why you want to do that? It's not really clear from the question. |
1 reply
|
I know fixed this problem by manually calling an authentication handler first and afterwards using the received cookie+token in the following requests: https://github.com/septatrix/pymoodle/blob/a19cdf6a9b1247ed63c34d8dd7e73bada5ac044c/moodle/contrib/identityproviders.py#L72 |
0 replies
Answer selected by
septatrix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I know fixed this problem by manually calling an authentication handler first and afterwards using the received cookie+token in the following requests: https://github.com/septatrix/pymoodle/blob/a19cdf6a9b1247ed63c34d8dd7e73bada5ac044c/moodle/contrib/identityproviders.py#L72