* RBAC updates to support aggregated role bindings when using the OidcRoleMapping with an external identity provider.
* Fixed braces to match existing styling.
* Simplified role mapping predicate.
Co-authored-by: John Fredrickson <john.fredrickson@arinet.com>
* Migration to .NET 6
* Get telemetry back.
* Fix with code files.
* More asserts.
* Fixed asset and added logging.
* Use configuration.
* Fix wait variable.
* A little bit of cleanup.
* Another fix.
* Fix server URL.
* Started with migration.
* Progress
* Refactorings.
* Dont query scopes twice.
* Fix tests
* Test NPM bullshit.
* Remove ls
* Try older node version.
* Update version.
* Fixes for admin client.
* Test
* Logging
* Fake https.
* Run on http as well.
* Clean up again.
* feat: support oidc providers who put email in "email" claim and not xmlsoap
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/email" and "email" claim support
* feat: enhance available oidc configuration available
* feat: allow config to override the oidc signout url