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

fix(kc-saml-plugin): create IDP request error for individual metedata elements #7190

Closed
pujavs opened this issue Dec 22, 2023 · 1 comment
Closed
Assignees
Labels
comp-jans-config-api Component affected by issue or PR effort-5 Relative effort required for completion of issue or PR kind-bug Issue or PR is a bug in existing functionality priority-3 Issue or PR is relevant to core functions, but does not impede progress. Important, but not urgent

Comments

@pujavs
Copy link
Contributor

pujavs commented Dec 22, 2023

Describe the bug
Error while creating IDP with individual elements

To Reproduce
Steps to reproduce the behavior:

  1. Invoke POST IDP method for individual elements
  2. Error reported but IDP created in DB and not in KC server

Expected behavior
IDP should be created without error on KC server and Jans DB

Screenshots
image

Request payload:
{
"name": "test02",
"singleSignOnServiceUrl": "https://",
"idpEntityId": "https://",
"displayName": "new test",
"description": "desc",
"realm": "master",
"nameIDPolicyFormat": "urn:mace:shibboleth:1.0:nameIdentifier"
}

image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@pujavs pujavs added kind-bug Issue or PR is a bug in existing functionality comp-jans-config-api Component affected by issue or PR effort-5 Relative effort required for completion of issue or PR priority-3 Issue or PR is relevant to core functions, but does not impede progress. Important, but not urgent labels Dec 22, 2023
@pujavs pujavs self-assigned this Dec 22, 2023
@pujavs
Copy link
Contributor Author

pujavs commented Jan 2, 2024

@duttarnab & @jv18creator -> Fixed this issue via PR 7238

image

image

image

@pujavs pujavs closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-config-api Component affected by issue or PR effort-5 Relative effort required for completion of issue or PR kind-bug Issue or PR is a bug in existing functionality priority-3 Issue or PR is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

No branches or pull requests

1 participant