Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/react-azure-adb2c.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const state = {
scopes: []
}
var appConfig = {
validateAuthority: false,
instance: null,
tenant: null,
signInPolicy: null,
Expand Down Expand Up @@ -84,6 +85,7 @@ const authentication = {
authority,
authCallback,
{ logger: logger,
validateAuthority: config.validateAuthority,
cacheLocation: config.cacheLocation,
postLogoutRedirectUri: config.postLogoutRedirectUri,
redirectUri: config.redirectUri }
Expand Down Expand Up @@ -127,4 +129,4 @@ const authentication = {
getAccessToken: () => state.accessToken
}

export default authentication;
export default authentication;