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

feat(saml): Generate SP metadata from data #7523

Closed
pujavs opened this issue Jan 24, 2024 · 1 comment · Fixed by #7804
Closed

feat(saml): Generate SP metadata from data #7523

pujavs opened this issue Jan 24, 2024 · 1 comment · Fixed by #7804
Assignees
Labels
kind-feature Issue or PR is a new feature request

Comments

@pujavs
Copy link
Contributor

pujavs commented Jan 24, 2024

Currently TR create and put takes in SP metadata file. Need to optionally take in SP individual elements
image

@uprightech, note corresponding changes required in Jans-KC sync code.

Individual SP metadata elements required

  • Entity ID
  • NameIDFormat
  • SingleLogoutService
@mo-auto mo-auto added the kind-feature Issue or PR is a new feature request label Jan 24, 2024
@nynymike nynymike changed the title feat(saml): optionally accept individual SP metadata elements for create and update Trust Relationship feat(saml): Generate SP metadata from data Feb 19, 2024
@pujavs
Copy link
Contributor Author

pujavs commented Feb 22, 2024

Changes made to accept individual elements namely Entity ID, NameIDFormat, SingleLogoutService of SP metadata as JSON
Note: change in schemaobject name to jansTrustRelationship and renamed attribute clientId to name ,
PR: 7804

Testing:
image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants