Skip to content

Commit

Permalink
adding new config file
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Feb 13, 2021
1 parent f62c8d2 commit 7974f33
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ The properties used in this example are just for demo purposes, you can used any

### [src code](../projects/sample-code-flow-http-config)

[auth-config.module.ts](../projects/sample-code-flow-http-config/src/app/auth-config.module.ts)

[app.module.ts](../projects/sample-code-flow-http-config/src/app/app.module.ts)

[app.component.ts](../projects/sample-code-flow-http-config/src/app/app.component.ts)
Expand All @@ -31,6 +33,8 @@ The Code flow with PKCE uses refresh tokens to refresh the session and a the end

### [src code](../projects/sample-code-flow-refresh-tokens)

[auth-config.module.ts](../projects/sample-code-flow-refresh-tokens/src/app/auth-config.module.ts)

[app.module.ts](../projects/sample-code-flow-refresh-tokens/src/app/app.module.ts)

[app.component.ts](../projects/sample-code-flow-refresh-tokens/src/app/app.component.ts)
Expand All @@ -43,6 +47,8 @@ The example logins the user in directly without a login click using the Code Flo

### [src code](../projects/sample-code-flow-auto-login)

[auth-config.module.ts](../projects/sample-code-flow-auto-login/src/app/auth-config.module.ts)

[app.module.ts](../projects/sample-code-flow-auto-login/src/app/app.module.ts)

[app.component.ts](../projects/sample-code-flow-auto-login/src/app/app.component.ts)
Expand All @@ -59,6 +65,8 @@ The is the basic example of the Code Flow with PKCE.

### [src code](../projects/sample-code-flow)

[auth-config.module.ts](../projects/sample-code-flow/src/app/auth-config.module.ts)

[app.module.ts](../projects/sample-code-flow/src/app/app.module.ts)

[app.component.ts](../projects/sample-code-flow/src/app/app.component.ts)
Expand All @@ -71,6 +79,8 @@ Popup Code Flow with PKCE.

### [src code](../projects/sample-code-flow-popup)

[auth-config.module.ts](../projects/sample-code-flow-popup/src/app/auth-config.module.ts)

[app.module.ts](../projects/sample-code-flow-popup/src/app/app.module.ts)

[app.component.ts](../projects/sample-code-flow-popup/src/app/app.component.ts)
Expand All @@ -83,6 +93,8 @@ The example uses the Code Flow PKCE with Silent renew with Azure B2C as the STS.

### [src code](../projects/sample-code-flow-azure-b2c)

[auth-config.module.ts](../projects/sample-code-flow-azure-b2c/src/app/auth-config.module.ts)

[app.module.ts](../projects/sample-code-flow-azure-b2c/src/app/app.module.ts)

[app.component.ts](../projects/sample-code-flow-azure-b2c/src/app/app.component.ts)
Expand All @@ -95,6 +107,8 @@ Azure AD sample using OpenID Connect Code Flow with PKCE and a iframe silent ren

### [src code](../projects/sample-code-flow-azuread)

[auth-config.module.ts](../projects/sample-code-flow-azuread/src/app/auth-config.module.ts)

[app.module.ts](../projects/sample-code-flow-azuread/src/app/app.module.ts)

[app.component.ts](../projects/sample-code-flow-azuread/src/app/app.component.ts)
Expand All @@ -107,6 +121,8 @@ The example uses the Implicit Flow with silent renew. This flow is no longer rec

### [src code](../projects/sample-implicit-flow-silent-renew)

[auth-config.module.ts](../projects/sample-implicit-flow-silent-renew/src/app/auth-config.module.ts)

[app.module.ts](../projects/sample-implicit-flow-silent-renew/src/app/app.module.ts)

[app.component.ts](../projects/sample-implicit-flow-silent-renew/src/app/app.component.ts)
Expand Down

0 comments on commit 7974f33

Please sign in to comment.