You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This repository shows a basic Angular CLI application with [the `angular-oauth2-
6
6
7
7
This demonstrates:
8
8
9
-
- Use of **the Implicit Flow**
9
+
- Use of **the Implicit Flow**, see [#24 for Code Flow](https://github.com/jeroenheijmans/sample-angular-oauth2-oidc-with-auth-guards/issues/24) support
10
10
- Modules (core, shared, and two feature modules)
11
11
- An auth guard that forces you to login when navigating to protected routes
12
12
- An auth guard that just prevents you from navigating to protected routes
@@ -27,8 +27,8 @@ To use the repository:
27
27
1. Run `npm install` to get the dependencies
28
28
1. Run `ng serve --open` to get it running on [http://localhost:4200](http://localhost:4200)
29
29
30
-
This connects to the IdentityServer also used in the library's example.
31
-
The **credentials** are user "`max`" and password "`geheim`".
30
+
This connects to the [demo IdentityServer4 instance](https://demo.identityserver.io/)also used in the library's examples.
31
+
The **credentials**and ways of logging in are disclosed on the login page itself (as it's only a demo server).
32
32
33
33
You could also connect to your own IdentityServer by changing `auth-config.ts`.
34
34
Note that your server must whitelist both `http://localhost:4200/index.html` and `http://localhost:4200/silent-refresh.html` for this to work.
0 commit comments