python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to handle array claim values in ASP.net Core using OIDC
Im running Skorubas implementation of IdentityServer4
https://github.com/skoruba/IdentityServer4.Admin
For some reason I end up receiving a single role-claim with the claim-type "role" and a...
Inx51
Votes: 0
Answers: 2
Ansible playbook not working when using roles in playbook
So, my playbook works fine when using this syntax:
---
- hosts: all
become: true
become_user: root
gather_facts: false
connection: local
vars_files:
- roles/docker_setup/vars/docker_vars...
josegp
Votes: 0
Answers: 1
Discord.py How do I check which roles has a user in a certain Server from DM?
I need bot which can detect the user's role in Direct Message. I was able to do it from the server chat, but i need it to be done in direct messages too.
My current code simplified:
import discord
cl...
Zambo
Votes: 0
Answers: 1
BadMethodCallException Call to undefined method App\Models\User::role()
I code a attendance employee system to load reports of time employers
i got below error
What should I do to solve this problem?
BadMethodCallException
Call to undefined method App\Models\User::role(...

Mohammad Reza Rezaei
Votes: 0
Answers: 2