-
does it support out of the box to return user roles already?
-
Using Duende v5.2.3.
I have a client named `identityserver4-clientcredentials`.
If I try to retrieve a token passing `identityserver4-CLIENTCREDENTIALS`, I get the following error:
```
Duend…
-
While working on #20547, I removed the reference to IdentityServer from the SQL Server functional projects.
```
```
This caused the OData tests to fail due to some transitive dependencies on …
-
Hi
I have just updated my self-hosted environment from version 1.12 (OK, I missed some in-between...) to 1.17.1, using the recommended `update` command.
The update seemed to work, new images wer…
-
The JavaScript client library [currently suggested](https://docs.identityserver.io/en/latest/quickstarts/4_javascript_client.html#reference-oidc-client) by the IdentityServer documentation, [oidc-…
gurry updated
2 years ago
-
### Describe the bug
It's not possible to remove user from the Role if you are on the RoleUsers page
### To Reproduce
Steps to reproduce the behavior:
Situation 1:
- Go to Roles -> Users
- …
-
AbstractIdentityServerHostBuilder features this validation check:
`protected void Validate()
{
if (this.internalApiResources.Any() && this.internalApiResources.Count != this.int…
-
Duende IdentityServer4
Donnet 6 Preview 4
Attribute `[AllowAnonymous] `not works in the controller and 401 error is returned instead.
1. Created a Blazor Wasm Hosted App
2. Configure the BFF (…
-
a while ago all our apps on mobile phone stopped syncing. as the app still was logged in it was not detected immediately by us so I cannot tell what exactly happend or when exactly the apps stopped wo…
-
- **ABP Framework version**:4.4.3
- **User Interface**: Razor Pages
- database provider: EF Core(Oracle)
I want to run a mobile app,so first I must get a token. But when I try to get a token …