diff --git a/FMHN/post-imp/post-imp_FMHN_accp.sql b/FMHN/post-imp/post-imp_FMHN_accp.sql index 8fc71c2a9..a49cadead 100644 --- a/FMHN/post-imp/post-imp_FMHN_accp.sql +++ b/FMHN/post-imp/post-imp_FMHN_accp.sql @@ -25,7 +25,15 @@ BEGIN UPDATE prs_bedrijfadres SET prs_bedrijfadres_url = 'file:d:\Apps\Facilitor\FMHN_A\CUST\FMHN\export\NPQ\' - WHERE prs_bedrijfadres_key = 101; -- Technisch adres bij relatie PoortCentraal + WHERE prs_bedrijfadres_key = 101; -- Technisch adres bij relatie PoortCentraal + +--SAML Identity provider omzetten naar acceptatie + UPDATE aut_idp + SET aut_idp_issuer = + 'https://engine.spbroker-acp.bzk.sson.overheid-i.nl/authentication/idp/metadata' + WHERE lower (aut_idp_issuer) = + 'https://engine.spbroker-prd.bzk.sson.overheid-i.nl/authentication/idp/metadata'; + END; /