benbaran / adal-angular4

Angular 4/5/6/7 ADAL Wrapper
MIT License
86 stars 104 forks source link

logOutUri missing in adal-angular.d.ts #69

Closed ciprianjichici closed 6 years ago

ciprianjichici commented 6 years ago

The Config interface does not contain the logOutUri property which is available in adal to force the use of the id_token_hint parameter when logging out from ADFS 2016+.

ciprianjichici commented 6 years ago

Duplicate of #57