Remitur
Verified User
Using login keys it's possible to create a one-time login URL, something like:
https://myserver.com:2222/api/login/url?key=z-xNfTwXjevf9LogP862VLJMbQ-r7VoB
That allows the login just one time.
But wanting to create a login URL working for an undefined number of times?
I tried creating an access key with all permissions required, but using it in a URL like the one-time access key does not work, and doesn't allow me to log in...
https://myserver.com:2222/api/login/url?key=z-xNfTwXjevf9LogP862VLJMbQ-r7VoB
That allows the login just one time.
But wanting to create a login URL working for an undefined number of times?
I tried creating an access key with all permissions required, but using it in a URL like the one-time access key does not work, and doesn't allow me to log in...