-
I keep on getting deadlocks on my dev-machine when using this TokenProvider. The issue is caused by
```
OpenIdConnectConfiguration config = _configManager.GetConfigurationAsync().Result;
```
in Ret…
-
Are there any immediate plans to add HTTP/2 support?
-
### Team
- [X] I've assigned a team label to this issue
### Severity
Doesn't look good
### Version
Latest?
### Latest Version
_No response_
### What happened?
Sometimes an u…
-
Hi everyone,
I am currently receiving a CORS error after a successful sign-in when I run an ajax call to my web app that’s installed on my server.
![image](https://user-images.githubusercontent.co…
-
I have followed the guides [here](https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample) to setup a custom security extension. So far the login and ReportServer are working …
-
Hi guys,
I'm getting an error running the SSRS Portal after configuring CustomAuthentication (as per example provided in the repository) from
[Reporting Services Custom Security Sample for Power BI …
-
I am trying to implement the BFF-Gateway pattern (no tokens in the browser) to be used with a React SPA. The BFF is using AddMicrosoftIdentityWebAppAuthentication to handle login and issue a cookie to…
-
We have a multi-tenant website where we allow customers to set up their own custom domain to point to it via CNAME. the main site is exampleA.com
A custom domain can be pointed to that same site -…
-
### Team
- [X] I've assigned a team label to this issue
### Severity
Discovered internally, non-blocking
### Version
Introduced in `2022.4.4118`
### Latest Version
I could reproduce the problem…
-
when use Owin , there no configuration in web.config, but how it regiester the `OwinHttpModule` and `OwinHttpHandler` ?