Skip to main content

Questions tagged [identityserver4]

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework based on ASP.NET Core

identityserver4
0 votes
0 answers
67 views

Identity Server 4 Auth Grpc with Bearer Token

please help me. I have the IdentityCenter app, in which I configured IS4. builder.Services .AddIdentityServer() .AddAspNetIdentity<User>() ....
Stiven Diplet's user avatar
0 votes
0 answers
44 views

Identity Server 4 ASP.NET Core 3.1 MVC unable to render JavaScript

I have an Identity Server 4 with an ASP.NET Core 3.1 MVC project and would like to add an external script into the _Layout.cshtml file. The JS file is being ran, however it is not working as expected. ...
userlkjsflkdsvm's user avatar
0 votes
0 answers
32 views

Not able to parse JavaScript in Identity Server 4 .Net CORE 3.1 MVC - Uncaught SyntaxError: Invalid or unexpected token

I have a .Net Core MVC Application for Identity Server 4. Inside of the Login.cshtml file I have a script tag surrounding 37k lines of a compiled function from a React application. I am trying to ...
userlkjsflkdsvm's user avatar
0 votes
0 answers
25 views

I am using Identity server 4 oidc authentication but when ever I apply authorize attribute then I am getting this - Token was not authenticated

This is the logging I am getting enter image description here Configurations - services.AddIdentity<ApplicationUser, Role>() .AddDefaultTokenProviders() .AddDefaultUI(...
Surya Partap Singh's user avatar
0 votes
0 answers
43 views

Does Microsoft.AspNetCore.Authentication.MicrosoftAccount validate claims to mitigate N0Auth?

When using the Nuget package "Microsoft.AspNetCore.Authentication.MicrosoftAccount" (https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.MicrosoftAccount/), does this follow ...
cowlinb6's user avatar
0 votes
1 answer
94 views

Customize log in view for Duende IdentityServer

I can't find the .cshtml file for customization the UI for the Duende Log In view. I've even searched through the entire source for "Use a local account to log in" in order to find it, but ...
Kman's user avatar
  • 4,991
0 votes
0 answers
38 views

in identity server 4 use a token received from a react client and use it to authorize in the c# controllers

I have a react application that calls identity server 4 and receives an access token. I am then putting this access token as a bearer token to c# api calls. The c# api calls are always ...
Bryan Dellinger's user avatar
0 votes
1 answer
315 views

.NET 5 Unable to unprotect the message.State when trying the sign-in callback

We are running an Azure app service (linux) which is used for authentication and authorization. It is using Microsoft Identity to use Azure AD authentication, so we are using Azure ad oidc. Couple of ...
doe.doe's user avatar
0 votes
0 answers
125 views

I get error 404 in Identity Server 4 with .NET Core 8

using IdentityServer4; using IdentityServerHost.Quickstart.UI; using SecurityWebApp.TokenService; var builder = WebApplication.CreateBuilder(args); builder.Services.AddIdentityServer() ...
mahdi yadi's user avatar
0 votes
1 answer
224 views

Update or Replacement for Identity Server in ABP

ABP currently seems to use IdentityServer 4 (according to the documentation). Since Version 4 is not the youngest anymore, are there any plans to update it or replace it with e.g. Keycloak or ...
Cloudcuckoohome's user avatar
0 votes
0 answers
43 views

.Net Core + React + Identity server. returnUrl returns 'template Url' instead of 'Url from which I was redirected'

I have net7.0 + React + Identity server (template project with user identity) The problem is: After Authorization I redirected back not on a page from which I was redirected to Authorization. Example :...
Tim A's user avatar
  • 43
0 votes
0 answers
237 views

Communication between two Docker containers failing due to SSL Certificate

I have two asp web api, one for identity server and second for just web api. They are supposed to be run on docker containers. I generated a self-signed certificate for SSL https connections between ...
west's user avatar
  • 364
0 votes
1 answer
29 views

HttpGet response 200 returns with fallback page

I have been working on a webapp webapi project and hosted blazor WASM oidc client. The webapi HttpGet is returning the json response when debuging on localhost. I have worked on all headers, cors, ...
ChrisR's user avatar
  • 3
0 votes
1 answer
92 views

How to configure KrakenD gateway with a reference token? (not jwt)

I'm trying to put at place Krakend in my current architecture (micro services architecture), I have already an IDP (Identity Server). KrakenD is able to self validate the jwt token, the problem is ...
Mourad's user avatar
  • 1
0 votes
0 answers
104 views

Migrate Authentication to Identity server with OWIN

I've run into a problem migrating the authentication system of two MVC websites using Framework 4.8. My two sites each had their own authentication system. I configured my two sites so that they could ...
Space's user avatar
  • 144

15 30 50 per page
1
3 4
5
6 7
362