jeroenheijmans / sample-angular-oauth2-oidc-with-auth-guards

Basic example of how to integrate the angular-oauth2-oidc library in an Angular SPA utilizing AuthGuards.
MIT License
257 stars 113 forks source link

109: Switch IdentityServer for E2E tests #110

Closed jeroenheijmans closed 2 years ago

jeroenheijmans commented 2 years ago

IdentityServer4 has become Duende Identity Server, and they switched over the demo instance to a new location. They also tweaked some html on the login form requiring changes to the tests.

It's tempting to switch over to a locally running NPM based OIDC server for stability, but then again the Duende folks are so great at building and running IDS that it seems worth it to stick with that one as long as it conveniently lasts.

Fixes #109