diff --git a/docs-src/code-flow.bak.md b/docs-src/code-flow.bak.md index f964e3e9..a3334291 100644 --- a/docs-src/code-flow.bak.md +++ b/docs-src/code-flow.bak.md @@ -36,7 +36,7 @@ To configure your solution for code flow + PKCE you have to set the `responseTyp showDebugInformation: true, - // Not recommented: + // Not recommended: // disablePKCI: true, }; ``` diff --git a/docs/additional-documentation/code-flow-+-pcke.html b/docs/additional-documentation/code-flow-+-pcke.html index df0086b6..f5040d3a 100644 --- a/docs/additional-documentation/code-flow-+-pcke.html +++ b/docs/additional-documentation/code-flow-+-pcke.html @@ -80,7 +80,7 @@
After this, you can initialize the code flow using:
this.oauthService.initCodeFlow();
There is also a convenience method initLoginFlow
which initializes either the code flow or the implicit flow depending on your configuration.
Code Flow is by defauld used together with PKCI which is also higly recommented. +
Code Flow is by default used together with PKCI which is also highly recommended. You can disbale it here by setting this flag to true. https://tools.ietf.org/html/rfc7636#section-1.1
Code Flow is by defauld used together with PKCI which is also higly recommented. +
Code Flow is by default used together with PKCI which is also highly recommended. You can disbale it here by setting this flag to true. https://tools.ietf.org/html/rfc7636#section-1.1