mstrhakr

Results 9 issues of mstrhakr

This should be ready to look at now. I've squashed most of the bugs and cleaned up my mistakes, even wrote some documentation I just need someone else to give...

It would be awesome to be able to use the LDAP config to setup a local backend of users. This would allow a version of groups to work with all...

enhancement

The Azure SSO section appends the `unique_name` attribute to the end of `~azure:` to give you your user ID. Azure [User-Object](https://github.com/Ylianst/MeshCentral/blob/c86466210b69c52dcb9fa0f4ac24323818a6ce4a/webserver.js#L6999) Creation: ```javascript var user = { sid: '~azure:' +...

bug

This plugin adds the 'openid' scope to the request, even if that scope is already included, this can cause [problems](https://github.com/Ylianst/MeshCentral/issues/4493) with some IdPs. (closes #98) This pull fixes the problem...

This small addition allows for groups to be passed back as part of the profile. This is tested and working with a combination of [Meshcentral](https://github.com/Ylianst/MeshCentral) and [Authelia](https://github.com/authelia/authelia) closes #100

I'd love to be able to grab the reported groups from the IdP and use them in a program to automatically group users appropriately.

This plugin adds the 'openid' scope to the request, even if that scope is already included, this can cause [problems](https://github.com/Ylianst/MeshCentral/issues/4493) with some IdPs.

This is merge ready. I updated this to 1.1.21 then I tested it with Authelia (custom setup and with old configs) as well as Azure using the preset. This doesn't...

This is untested but the theory is just to reuse the code as much as possible.