Base solution for your next web application
Open Closed

Use of external IdentityServer4 used for authentication #9209


User avatar
0
deftpower created

Hello,

We are using are own identityserver4 for authentication (through openidconnect) in conjunction with the angular/.netcore asp net zero setup. We are experiencing some challenges with the token recieved from our identityserver and the one generated by the asp.net zero backend api; It appears that the token stored in the angular app is not the token we recieved from the identityserver and therefore can't be used for contacting other api's connected to that external identityserver.

Are there any known setup's or instructions for using our external identityserver with aspnet zero?

Kind Regards, Sebastiaan


1 Answer(s)
  • User Avatar
    0
    robert created
    Support Team

    Hello Sebastiaan,

    Please take a look at this Identityserver integration details:

    https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Infrastructure-Core-Angular-Identity-Server4-Integration

    and also a sample client to test it out :

    https://github.com/aspnetzero/aspnet-zero-samples