Guest User

Untitled

a guest
Sep 7th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. .AddLdapUsers<ActiveDirectoryAppUser>(Conf.GetSection("ldap"), UserStore.InMemory)
  2.  
  3. client_id=yourclientid&
  4. client_secret=yourclientsecret&
  5. grant_type=password&
  6. username=yourusername&password=yourusernamespassword&
  7. redirect_uri=https://yourappurl.com/callback
Add Comment
Please, Sign In to add comment