FOUR-12245 customize SAML library used for the idp#5767
Merged
caleeli merged 6 commits intofeature/FOUR-11375from Dec 6, 2023
Merged
FOUR-12245 customize SAML library used for the idp#5767caleeli merged 6 commits intofeature/FOUR-11375from
caleeli merged 6 commits intofeature/FOUR-11375from
Conversation
|
QA server was successfully deployed https://ci-e142f18c80.eng.processmaker.net |
julceslauhub
reviewed
Dec 5, 2023
| @@ -0,0 +1,21 @@ | |||
| @php echo '<?xml version="1.0"?>' @endphp | |||
| <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" validUntil="2027-01-20T19:04:25Z" cacheDuration="PT1485371065S" entityID="{{ url(config('samlidp.issuer_uri')) }}"> | |||
Contributor
There was a problem hiding this comment.
Questions: What are the "validUntil" and "cacheDuration" values based on when they are generated? Can't current "hardcoded" values be generated in the code?
Contributor
Author
There was a problem hiding this comment.
These variables mean
validUntilthe expiration time of the metadatacacheDurationthe maximum period of time a consumer should cache the metadata
I added some functions to generate them dynamically
added 2 commits
December 6, 2023 07:54
|
SonarQube Quality Gate |
|
QA server was successfully deployed https://ci-e142f18c80.eng.processmaker.net |
caleeli
approved these changes
Dec 6, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Solution
Related Tickets & Packages
FOUR-12245
Code Review Checklist
ci:deploy
ci:next
ci:SAML_SP_DESTINATION=https://keycloak.processmaker.net/realms/pm4-next/broker/pm4-saml/endpoint