-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dpop client app #302
Dpop client app #302
Conversation
dpop/DPoP-client-app/src/main/java/org/wso2/dpop/client/DPOPProofGeneratorFromPP.java
Show resolved
Hide resolved
dpop/DPoP-client-app/src/main/java/org/wso2/dpop/client/DPOPProofGenerator.java
Show resolved
Hide resolved
dpop/DPoP-client-app/src/main/java/org/wso2/dpop/client/DPOPProofGenerator.java
Show resolved
Hide resolved
dpop/DPoP-client-app/src/main/java/org/wso2/dpop/client/DPOPProofGenerator.java
Outdated
Show resolved
Hide resolved
dpop/DPoP-client-app/src/main/java/org/wso2/dpop/client/GeneratePublicKeyPair.java
Show resolved
Hide resolved
dpop/DPoP-client-app/src/main/java/org/wso2/dpop/client/GeneratePublicKeyPair.java
Show resolved
Hide resolved
dpop/DPoP-client-app/src/main/java/org/wso2/dpop/client/DPOPProofGenerator.java
Show resolved
Hide resolved
dpop/DPoP-client-app/src/main/java/org/wso2/dpop/client/DPOPProofGenerator.java
Outdated
Show resolved
Hide resolved
dpop/DPoP-client-app/src/main/java/org/wso2/dpop/client/DPOPProofGenerator.java
Show resolved
Hide resolved
log.info("publicKey: " + keyPair.getPublic()); | ||
log.info("private: " + keyPair.getPrivate()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it good print the keys in the log files?
log.info("publicKey: " + keyPair.getPublic()); | ||
log.info("private: " + keyPair.getPrivate()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be a interactive tool. If so adding these log lines can be confusing.
@adibmbrk Can you check this PR? |
Closing this PR as there is a DPoP Proof Generator already in https://github.com/wso2/samples-is/tree/master/oauth2/org.wso2.dpop.proof.generator |
Purpose
Sample app to create dpop proof.