comparison doc/rest.txt @ 7353:fc88c66eb73b

format fix.
author John Rouillard <rouilj@ieee.org>
date Tue, 16 May 2023 00:59:35 -0400
parents f86a4a712f1f
children bc6bcffbed2a
comparison
equal deleted inserted replaced
7352:f3c9ba5db30b 7353:fc88c66eb73b
1859 username and credentials. Especially if your roundup instance is under 1859 username and credentials. Especially if your roundup instance is under
1860 your company's single sign on infrastructure. 1860 your company's single sign on infrastructure.
1861 1861
1862 So what we need is a way for this third party service to impersonate 1862 So what we need is a way for this third party service to impersonate
1863 you and have access to create a roundup timelog entry (see 1863 you and have access to create a roundup timelog entry (see
1864 `<customizing.html#adding-a-time-log-to-your-issues>`__ ). Then add it 1864 `<customizing.html#adding-a-time-log-to-your-issues>`_). Then add it
1865 to the associated issue. This should happen without sharing passwords 1865 to the associated issue. This should happen without sharing passwords
1866 and without allowing the third party service to see the issue (except the 1866 and without allowing the third party service to see the issue (except the
1867 ``times`` property), user, or other information in the tracker. 1867 ``times`` property), user, or other information in the tracker.
1868 1868
1869 Enter the use of a JSON web token. Roundup has rudimentary ability to 1869 Enter the use of a JSON web token. Roundup has rudimentary ability to

Roundup Issue Tracker: http://roundup-tracker.org/