xenion54
xenion54
There is possible to assign organization for each user. Its work by default without plugin. When i use plugin with custom OIDC provider, it creates user after login and fill...
I see, that method "findUser" creates user with some data. I can modify this code to extract needed to me information. I just dont know, how to assign user to...
getResourceOwner: Array ( [sub] => 1 [name] => Test user [permissions] => Array ( [0] => /orgs/org1:/ ) ) I wont to search some "permission" in array and assign this...
Yes, supports. Just in $buffer variable inside onMessage callback, i have encrypted data in this example. When i disable https, buffer filled not encrypted data. i resolve my problem using...