Skip to content

Commit

Permalink
EDIT: Set default value to true
Browse files Browse the repository at this point in the history
  • Loading branch information
erichjsonfosse committed Jul 5, 2024
1 parent df450e6 commit b9e5d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ This is the `redirect_url` which was configured on the Security Token Service (S

Whether to check if current URL matches the redirect URI when determining if current URL is in fact the redirect URI.

Default = _false_ *NB:* Default will be `true` in v18.
Default = _true_

### `clientId`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const DEFAULT_CONFIG: OpenIdConfiguration = {
authWellknownEndpointUrl: '',
authWellknownEndpoints: undefined,
redirectUrl: 'https://please_set',
checkRedirectUrlWhenCheckingIfIsCallback: false,
checkRedirectUrlWhenCheckingIfIsCallback: true,
clientId: 'please_set',
responseType: 'code',
scope: 'openid email profile',
Expand Down

0 comments on commit b9e5d4c

Please sign in to comment.