You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
As it is, I don't think we can call this a "Java Library". Here are the things that would be needed to
Minimal dependencies. Don't need the myproxy, or the oauth server support. Actually, I would suspect we don't need any of the mariadb-java-client, edu.uiuc.ncsa.*, ...
Users will want to be able to feed in the scitoken as an opaque string, and get a SciToken object?
Users should then be able to test the token for:
Given an operation (read, write), a path, and a token. Tell the caller yes or no if the tokens allows for this operation.
Also, the user should be able to create a token, given a private key.
The text was updated successfully, but these errors were encountered:
This is not a java library -- it is a fully functional OAuth for MyProxy client/server that happens to use SciTokens. The plan is indeed to create a library out of it for general purposes, after I get the next release of OA4MP ouot the door.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As it is, I don't think we can call this a "Java Library". Here are the things that would be needed to
The text was updated successfully, but these errors were encountered: