Skip to content

Conversation

@johanib
Copy link
Contributor

@johanib johanib commented Aug 20, 2025

No description provided.

johanib and others added 25 commits January 13, 2025 11:07
Prior to this change, when saving a test entity, the contractual base field in manage would be set to null.
This is because the contractual base field is used for the production entities. Other random coin fields will not get overwritten.
This change makes sure the current value from Manage is reapplied, so sp-dasboard will not mutate the value.

Fixes #1343

(cherry picked from commit e548d94)
Fix: Contractual base gets overwritten in manage
Prior to this change, when a change request was sent, the contractualBase would be set to null, because it is not present in the form.
This change updates the contractual base if necessary on update.

The expected behaviour is:
When the field is not present, add it with the correct value
When the field is present and the value is incorrect update it
When the field is present and the value is correct, leave it untouched

Resolves #1343

(cherry picked from commit 0085f9a)
…6.2-cherrypick

Fix: Don't reset contractual base on production entities
Prior to this change, an error occurred looking up jira issues, resulting in jira issues not being created.
By updating this library, error should no longer occur as this version of the library does not do strict type checking.

#1364
Fix? for Jira tickets not being created
Jira is updated and now returns null for the 'expand' field.
…imental_fix

merge upstream experimental fix
The previous commit does not use the correct version of the jira bundle, it did not include the previous fix.

This commit fixes that, including all fixes.
Prior to this change, parsing the response from manage failed because manage changed the output.
This change adapts to the new format so no incorrect error messages are shown.

Fixes #1382
…efore being merged.

Manage would detect this as a change, and engineblock does not like case variation in the entity id.

This change prevents sp-dashboard changing the casing of oidc entity ids, only lowercasing the clientid.

Fixes #1378
See #472
See #476

(cherry picked from commit de10f7b)
This should make sure that the NameIDFormat is required when using a
metadata url to load an entity.

(cherry picked from commit 62a6c05)
The secret modal should not be visible when it's a public client.
This is done so Manages knows the secret should be null
…null_as_secret_when_public_client

Send null secret to manage for public client RP's
…dal_when_public_client

Prevent client secret modal when public client
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.

2 participants