Todo List
+This sample demonstrates how to take advantage of ADAL JS for adding Azure AD authentication to your AngularJS apps.
+{{error}}
+{{loadingMessage}}
+|
+ {{item.Description}} + |
+
+ {{item.Owner}} + |
+
{{userInfo.userName}}
+aud:{{userInfo.profile.aud}}
+iss:{{userInfo.profile.iss}}
+iat:{{userInfo.profile.iat}}
+nbf:{{userInfo.profile.nbf}}
+exp:{{userInfo.profile.exp}}
+ver:{{userInfo.profile.ver}}
+tid:{{userInfo.profile.tid}}
+amr:{{userInfo.profile.amr}}
+oid:{{userInfo.profile.oid}}
+upn:{{userInfo.profile.upn}}
+unique_name:{{userInfo.profile.unique_name}}
+sub:{{userInfo.profile.sub}}
+family_name:{{userInfo.profile.family_name}}
+given_name:{{userInfo.profile.given_name}}
+pwd_exp:{{userInfo.profile.pwd_exp}}
+pwd_url:{{userInfo.profile.pwd_url}}
+ +This sample demonstrates how to take advantage of ADAL JS for adding Azure AD authentication to your AngularJS apps.
+