Ylian Saint-Hilaire

Results 303 comments of Ylian Saint-Hilaire

Right now, SAML is authentication only... however, I just added group authorization support for LDAP, I need to do the same for SAML. This is what I have for LDAP:...

I went into JumpCloud to see how I could have it send MeshCentral the list of user groups a user is part of when they login and that does not...

The `authStrategies` will look like this in v1.0.83. Note the added "groups" section. ``` "authStrategies": { "oidc": { "authorizationURL": "https://sso.server.com/api/oidc/authorization", "callbackURL": "https://mesh.server.com/oidc-callback", "clientid": "00000000-0000-0000-0000-000000000000", "clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "issuer": "https://sso.server.com", "tokenURL": "https://sso.server.com/api/oidc/token",...

This is good timing. I am just working on web relay right now for #4413 and I happen to be a Home Assistant myself so I can test this. At...

Good news, I got the same error! Working on it now.

Found the issue and fixed it. I can how see my dashboard thru MeshCentral. Fix will be in v1.0.73 ![image](https://user-images.githubusercontent.com/1319013/186823178-7d8e3f04-b32e-440f-aa87-03aed45adc02.png)

Just published MeshCentral v1.0.73. Let me know if it works.

If the agent running in interactive mode (You run the agent and hit the "Connect" button?) or is the agent running as a background Windows service? If running as the...

Oh! Got it. Sorry. Your right, it should resume capture. This is an issue for Bryan.

Reverted 'Content-Security-Policy', will be in v1.0.77.