Code Issues45 Pull requests7 Actions Projects Wiki Security Insights Additional navigation options Files master .github Qt-stubs examples .gitignore .hound.yml CAVEATS.md CONTRIBUTING.md DOCKER.md Dockerfile.vfxplatform2017 Dockerfile.vfxplatform2018 ...
The benefit of this approach goes beyond what I mentioned initially. It also helps to implement integration tests, since you don't have to test the Dashboard code, but all the methods that each back-end provides. Hope it helps! 👍 2 Pe...
First of all, thanks toPatrickF11for the URL solution. Hello good After a week of dealing with the password synchronization issue on the local MacOS account, I found the solution to have the Mac sync the ID password. I modified the following parameter: Authentication Method: UserSecureEnclaveKe...
mshrmTo confirm, you removed the following URLs from the profile?
Additional Observations When attempting to logout of the Sponsor Portal, the following error is seen. This is expected behaviour due to the fact that JumpCloud does not support a Logout URL in the SSO Application at this time.
Changing that portion of the code does not affect which users are displayed in the dropdown. To change the users displayed in the dropdown, we would have to change the frontend to filter out unverified users. However, as far as I can see, the Users GraphQL endpoint (UserCore and Query...
However other VMs with the same setup have not demonstrated this behaviour. It is not a well-known bug or one that has affected us before. It occurs whether or not SSO Plugin is installed. The version of Java web server installed was 7.1. The solution is to replace the isapi_redirect....
This behaviour is not likely to change, as it's part of the JSP standard. Hence, all the cookies have to be written in a document that is not included via jsp:include or similar. We had the same issue with a different (self-written) application. We modified our code so that now...
then our customer's host app will use the token the SSO appex returns for authenticating its API calls. This is working perfectly for the username/password scenario. However some of our customers are very security conscious and require hardware tokens. When I drive the same code in the contain...
I do not think there is anyting out-of-the-box which can do the cookie replacement, but I have implemented an HttpModule which does this, and it seems to do the trick. So that is going to be the workaround we will be using for now. The basic idea is to register custom code on ...