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

API-37717 IDP Metadata loads from Config as Fallback #494

Merged
merged 5 commits into from
Jul 18, 2024

Conversation

mwise-va
Copy link
Contributor

Description

To make the retrieving and loading of IDP metadata more stable prior application start up, saml-proxy will first try to make an http request to retrieve IDP metadata before application start up. If that fails, then saml-proxy will pull the IDP metadata from configs.

Related Issue

https://jira.devops.va.gov/browse/API-37717

@mwise-va mwise-va requested a review from a team as a code owner July 12, 2024 18:58
src/idpMetadata.js Show resolved Hide resolved
src/app.js Show resolved Hide resolved
src/idpMetadata.js Show resolved Hide resolved
src/idpMetadata.js Show resolved Hide resolved
src/idpMetadata.js Show resolved Hide resolved
@mwise-va
Copy link
Contributor Author

Bug ticket to address logger.error abruptly stopping saml-proxy prior to application start up - https://jira.devops.va.gov/browse/API-38222

Copy link
Collaborator

@johnmweisz johnmweisz left a comment

Choose a reason for hiding this comment

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

I think we need to add the new config item (spIdpMetadata) to the cli index page to keep that in sync

@TylerGuerrero-va TylerGuerrero-va merged commit e94a44b into master Jul 18, 2024
4 checks passed
@TylerGuerrero-va TylerGuerrero-va deleted the API-37717-idp-metadata-fallback branch July 18, 2024 17:37
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.

4 participants