<configuration> <system.web> <!-- ... --> <authorization> <allow roles="DOMAIN\Group1" /> <deny users="*" /> </authorization> <!-- ... --> </system.web> </configuration>
Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Does Power BI on-premise server support URL Authorization for domain groups?
What is required to configure and enable this?
I'm researching my options and I would like to do something like this:
<configuration> <system.web> <!-- ... --> <authorization> <allow roles="DOMAIN\Group1" /> <deny users="*" /> </authorization> <!-- ... --> </system.web> </configuration>
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |