-
Notifications
You must be signed in to change notification settings - Fork 82
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
Integrate IdentityKeyStoreResolver #160
base: master
Are you sure you want to change the base?
Integrate IdentityKeyStoreResolver #160
Conversation
...src/main/java/org/wso2/carbon/identity/sts/passive/custom/provider/CustomCryptoProvider.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/wso2/carbon/identity/sts/passive/custom/provider/CustomCryptoProvider.java
Outdated
Show resolved
Hide resolved
...s.passive/src/main/java/org/wso2/carbon/identity/sts/passive/utils/RequestProcessorUtil.java
Outdated
Show resolved
Hide resolved
...s.passive/src/main/java/org/wso2/carbon/identity/sts/passive/utils/RequestProcessorUtil.java
Outdated
Show resolved
Hide resolved
Unit tests have failed. Please check if it is due to these changes and address them. |
<identity.framework.version>7.0.73</identity.framework.version> | ||
<identity.framework.version>7.5.64</identity.framework.version> | ||
<!-- TODO: Bump org.wso2.carbon.identity.testutil to same identity.framework.version--> | ||
<identity.framework.testutil.version>7.0.73</identity.framework.testutil.version> |
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.
Why we can't use the framework version itself
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.
Previous tests had failed due to the following change,
We may need to make significant changes to existing tests/dependencies in the repo to incorporate the changes properly.
IMO this should be done as a separate task.
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.
That dependency issue is resolved by this PR, #165. So you should be able to use a single framework dependency.
...src/main/java/org/wso2/carbon/identity/sts/passive/custom/provider/CustomCryptoProvider.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/wso2/carbon/identity/sts/passive/custom/provider/CustomCryptoProvider.java
Outdated
Show resolved
Hide resolved
Created the doc PR |
Purpose
IdentityKeyStoreResolver
class into the WS-Federation and WS-Trust flows.Important