Skip to content
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

Update SAML connection ProviderName config name #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AmshikaH
Copy link
Contributor

@AmshikaH AmshikaH commented Jan 13, 2025

Purpose

Adds the meta information the ProviderName config to be used in the REST API and updates the ProviderName config name.

Related Issues

Related PR

@jenkins-is-staging
Copy link

PR builder started
Link: https://github.com/wso2/product-is/actions/runs/12742193910

@jenkins-is-staging
Copy link

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/12742193910
Status: failure

@@ -57,7 +57,7 @@ public class SSOConstants {
public static final String SAML_SLO_URL = "/identity/saml/slo";
public static final Pattern SAML_SLO_ENDPOINT_URL_PATTERN = Pattern.compile("(.*)/identity/saml/slo/?");

public static final String AUTHN_REQUEST_PROVIDER_NAME = "AuthnReqProviderName";

Choose a reason for hiding this comment

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

Do we need to remove this? Since it's a public constant, unless we are certain that there are no other use cases, better to keep it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This constant was added with my recent PR [1], and is therefore only used here.

[1] #182

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.

3 participants