Results for roles
I have a snippet perfectly working with an Service Account which has all the roles possible, just to test if the client code was working good. Now, I ...
I have the below code, I can't figure out why it does not return results. $List = (Get-ADComputer -Filter 'OperatingSystem -like "*server*" -and enabl...
I'm still relatively new to Ansible and stumbled across something today that really wonders me. Here's the scenario: I have a playbook with multiple ...
Our application use third party system to authenticate users. Having JWT token, UI calls the API server. The problem is that the JWT do not contains u...
Question How do I make it so that tokens for both schemes work with roles regardless of whether a "Default" scheme token or a "Secondary" scheme token...
Hell. I am trying to use this template (https://github.com/damienbod/Blazor.BFF.OpenIDConnect.Template) and extend it to also use Roles. When I add...
I made a remove all roles command but when I use it the bot says I don't have permission to remove roles When it does what do i do @bot.command() @com...
I have an app where the AzureAD login is working fine. However, I would like to identify if the user is in a custom role defined on the App Registrati...
I'm trying to to perform the code below. My goal is to loop through users and update their role only if it's empty. Is this possible using a cursor th...
I have the following scenario with Canvas and my LTI 1.3 tool. I have a course X and I assigned a Canvas teacher into the course as student .When the ...
I want to make role n permission using spatie laravel. I can't edit my role because of the error : The PATCH method is not supported for route roles....
I created an EC2 instance profile through a CloudFormation stack. The stack template contains the instance profile, the role for the instance profile,...
I have a aws_scheduler_schedule that is scheduled to send a message every minute to a Lambda Function, as shown below: resource "aws_scheduler_schedul...
I have an Azure Functions project, with a Function that uses a Service Bus binding (that is used to Listen on a subscription and to Send to a topic). ...
I have deployed WSo2 API Manager 4.1.0 on a Debian 10 machine using the ZIP archive. I have configured my Keyrock instance as an external identity pro...
I have created a Service Principal with the following access: Contributor role on subscription Global administrator role on AAD tenant Consented Micr...
I am currently developing an flask api that uses flask-jwt-extended to protect endpoints. I have the jwt required decorator working correctly but I wo...
I'm trying to use Ansible to deploy a small k3s cluster with just two server nodes at the moment. Deploying the first server node, which I refer to as...
So i have an element that i want to be accessible by both ADMIN and MODERATOR roles but not by regular users. I am using : class="dropdown-item" href=...
We have 3 repository, let say repo Y,Z and W. There are roles under repository W that repository Y and Z want to use. From reading, it seem we need t...
I'm using https://login.microsoftonline.com/.../oauth2/v2.0/token to authenticate (authorization_code grant) to azure Ad using the scopes: offline_acc...
I use keycloak 11 as openid connect provider for my spring boot services. Everything works fine so far. Problem: I have a service that uses a webclien...
I'm working on cleaning up an AWS account with hundreds of unused IAM roles. Rather than delete them by selecting a few at a time from the console, I...
I am using kubernetes dasboard in version: v1.10.1 When I go to "Roles" tab I can see a list of ClusterRoles and Roles. I would like to see more d...
How would you get all the roles in a server using Discord.js? I've message.guild.roles but from there it's a mystery to me. ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?