Skip to content

Add customizable AMR to the authenticators#850

Draft
Eranda2001 wants to merge 6 commits intowso2:archive_IS-7.3from
Eranda2001:feature-amr
Draft

Add customizable AMR to the authenticators#850
Eranda2001 wants to merge 6 commits intowso2:archive_IS-7.3from
Eranda2001:feature-amr

Conversation

@Eranda2001
Copy link
Copy Markdown

@Eranda2001 Eranda2001 commented Feb 25, 2025

Proposed Changes in this Pull Request

  • Bring First Class Support for Customizable AMR Values

Related Issues

Note
-Merge wso2/carbon-identity-framework#6598 before merging
-Merge wso2-extensions/identity-inbound-auth-oauth#2736 before merging

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 25, 2025

CLA assistant check
All committers have signed the CLA.

Comment thread pom.xml
@Eranda2001 Eranda2001 changed the base branch from feature-amr to master March 25, 2025 06:03
}
return o.toString().replace("\n", "\n");
}
} No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
}

}

public static LocalAuthenticatorConfig buildSystemLocalAuthenticator(
SystemLocalAuthenticatorUpdate config, LocalAuthenticatorConfig existingConfig) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
SystemLocalAuthenticatorUpdate config, LocalAuthenticatorConfig existingConfig) {
SystemLocalAuthenticatorUpdate config, LocalAuthenticatorConfig existingConfig) {

@@ -241,7 +257,6 @@ public void setEndpoint(Endpoint endpoint) {
}


Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove these lines

public String getAmrValue() {
return amrValue;
}
public void setAmrValue(String amrValue) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a line here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants