-
Notifications
You must be signed in to change notification settings - Fork 546
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
Add support to connect to the LoginFlow AI service #6260
Conversation
# Conflicts: # components/application-mgt/org.wso2.carbon.identity.application.mgt/pom.xml # pom.xml
- Define constants for reusable keys - Remove token decoding and get the clientId from the AI KEY
# Conflicts: # components/ai-services-mgt/org.wso2.carbon.ai.service.mgt/src/main/java/org/wso2/carbon/ai/service/mgt/constants/AIConstants.java # components/ai-services-mgt/org.wso2.carbon.ai.service.mgt/src/main/java/org/wso2/carbon/ai/service/mgt/token/AIAccessTokenManager.java # components/ai-services-mgt/org.wso2.carbon.ai.service.mgt/src/main/java/org/wso2/carbon/ai/service/mgt/util/AIHttpClientUtil.java # components/application-mgt/org.wso2.carbon.identity.application.mgt/pom.xml # pom.xml
...on.mgt/src/main/java/org/wso2/carbon/identity/application/mgt/ai/LoginFlowAIManagerImpl.java
Outdated
Show resolved
Hide resolved
...on.mgt/src/main/java/org/wso2/carbon/identity/application/mgt/ai/LoginFlowAIManagerImpl.java
Outdated
Show resolved
Hide resolved
92b41bd
to
73a9b36
Compare
aa4eea3
to
f177247
Compare
*/ | ||
public interface LoginFlowAIManager { | ||
|
||
String generateAuthenticationSequence(String userQuery, JSONArray userClaims, JSONObject availableAuthenticators) |
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.
Add method comments
c31c746
to
e61ae0d
Compare
PR builder started |
PR builder completed |
e61ae0d
to
458e913
Compare
PR builder started |
PR builder completed |
458e913
to
b3450ae
Compare
PR builder started |
PR builder completed |
2226ac1
to
95fe800
Compare
95fe800
to
b271a0d
Compare
Quality Gate passedIssues Measures |
PR builder started |
PR builder completed |
Proposed changes in this pull request
With this PR, the product-is will be able to connect the loginflow AI microservice and generate AI results accordingly
Related Issue(s)