Skip to content

Commit 84b830e

Browse files
Update readme
1 parent 3c95d88 commit 84b830e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository shows a basic Angular CLI application with [the `angular-oauth2-
66

77
This demonstrates:
88

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
1010
- Modules (core, shared, and two feature modules)
1111
- An auth guard that forces you to login when navigating to protected routes
1212
- An auth guard that just prevents you from navigating to protected routes
@@ -27,8 +27,8 @@ To use the repository:
2727
1. Run `npm install` to get the dependencies
2828
1. Run `ng serve --open` to get it running on [http://localhost:4200](http://localhost:4200)
2929

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).
3232

3333
You could also connect to your own IdentityServer by changing `auth-config.ts`.
3434
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

Comments
 (0)