diff --git a/example/App.js b/example/App.js index 9fc402d..ffe1a23 100644 --- a/example/App.js +++ b/example/App.js @@ -16,6 +16,8 @@ export default class App extends React.Component { loginSuccess: false }; this.azureInstance = new AzureInstance(credentials); + this.azureInstance.redirect_uri = 'YOUR REDIRECT ADDRESS HERE'; + this.azureInstance.authority = 'https://login.microsoftonline.com/YOUR-TENANT-ID-HERE'; this._onLoginSuccess = this._onLoginSuccess.bind(this); }