spaasis
spaasis
This PR utilizes the https://github.com/Sustainsys/Saml2 component for plugging into a configurable SAML2 endpoint. How to test: - In appsettings.json configure the following ExternalProvidersConfiguration: ``` "Saml2OurEntityId": "https://YOURADDRESSHERE/Saml2", "Saml2TheirEntityId": "https://samltest.id/saml/idp", "Saml2TheirMetadataLocation": "https://samltest.id/saml/idp",...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Hi, Version 6 works like a dream and I've migrated...
Hi, I've been fiddling around with the config for a while now, and can't seem to get it to work. Karma.conf.js: ``` ... frameworks: ['jasmine', 'jasmine-jquery'], plugins:[ 'karma-jasmine', 'karma-webpack', 'jasmine-jquery'],...
Hi, Recently updated from 6.2.1 to 6.3.0 and stuff started breaking. I'm running an OData controller via [aspnet-api-versioning](https://github.com/dotnet/aspnet-api-versioning) Any endpoint within an OData controller with manually defined query parameters results...
Not sure if this is the right repo, but anyway: There's this old blog article about a web UI for exploring OData endpoints: https://www.odata.org/blog/odataquerybuilder-a-cross-browser-javascript-library-for-building-odata-queries-3/ The link points to a CodePlex...
### Before submitting your bug report - [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find...
### Description Hi! I was going through my collection in full screen on the web ui and noticed that the deletion confirmation popup is shown under the photo, meaning that...
POSTing a really long $query breaks the JSON output of the response. Since `UseODataQueryRequest` does not actually add any endpoints that accept and handle as pure POST, but rather just...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug Hi! With the default asp net minimal template the `DefaultApiVersion`...
### Describe the new feature Firefox recently released the new sidebar https://support.mozilla.org/en-US/kb/use-sidebar-access-tools-and-vertical-tabs which nicely supports extensions. It would be nice to open Toggl Track in a permanent view on the...