Nigel Schuster
Nigel Schuster
Hi waterlink, thank you for the nice little challenge! Here's my solution. Definitely still lacking some improvements: * set does not look pretty, and the array should probably not just...
I'd prefer if we use classes for the connectors instead of having stuff in the file scope. This is just an idea :)
Given the method waitForIdle from the BasicRobot. It iterates through all queues and waits until the queue is cleared before moving to the next. But given a scenario with queues...
Implements my request from #44 . `SAML_USERS_LOOKUP_ATTRIBUTE[1]` can now be a callable. That allows to construct more complex values for the user id based on multiple attributes if needed. Unfortunately...
Hi, I noticed that the user creation/lookup is solely based on the name id that the IDP provides. This could cause issues if multiple IDPs return the same NameId (be...