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 f321511 commit 52977ba
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export interface OpenIdConfiguration {
authWellknownEndpointUrl?: string;
authWellknownEndpoints?: AuthWellKnownEndpoints;

/**
* Override the default Security Token Service wellknown endpoint postfix.
*
/**
* Override the default Security Token Service wellknown endpoint postfix.
*
* @default /.well-known/openid-configuration
*/
authWellknownUrlSuffix?: string;
Expand All @@ -30,9 +30,7 @@ export interface OpenIdConfiguration {
/**
* 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
*/
checkRedirectUrlWhenCheckingIfIsCallback?: boolean;
/**
Expand Down

0 comments on commit 52977ba

Please sign in to comment.