c# - Sharepoint online TokenHelper returns unauthorized_client -


i trying write c# web api. web api supposed me acces token sharepoint online.

far have been using famous tokenhelper class try me acces token. followed tutorials on how register app in sharepoint online , set permission app specific site, still returns me unauthorized_client.

note: configured clientid , secrect etc in web.config

code enter image description here enter image description here

fiddler enter image description here
sharepoint site enter image description here


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -