javaPS icon indicating copy to clipboard operation
javaPS copied to clipboard

Implement authorization

Open bpross-52n opened this issue 4 years ago • 3 comments

Certain endpoints/operations need a security layer, e.g. getting the list of jobs, executing processes and deploying new processes.

bpross-52n avatar Apr 27 '21 12:04 bpross-52n

Yes, that is correct. To ensure the security of sensitive information and to control access to certain resources, many APIs require authentication and authorization. An authentication token, such as an OAuth token or JSON Web Token (JWT), is typically used to identify the user or client making the API request. Once the user is authenticated, an authorization check is performed to determine if the user has the necessary permissions to access the requested endpoint or operation.

If the user is not authorized, the API returns a "Not Authorized" error, indicating that the user lacks the necessary permissions to access the requested resource. In this case, the user may need to request access or provide additional credentials to gain the necessary authorization.

Kundanagrawalofficial avatar Feb 09 '23 20:02 Kundanagrawalofficial

Hello I wish to work on this issue. some one should assign it to me

njiddasalifu avatar Feb 11 '23 11:02 njiddasalifu

i would like to solve this issue . can u please assign it to me.

ayaan474 avatar Nov 14 '23 09:11 ayaan474