The following applications need to migrate to the new Invite CRM endpoints
In OpenConext deploy the users idp-dashboard and pdp need to be added to the external-api-configuration section of application.yml in the invite role.
The new endpoints for the SURFconext apps is ${invite-base-url}/api/external/v1/invite/crm/profile and the endpoints for mijn.surf / CRM will remain the same:
- GET
${invite-base-url}/api/profile
- POST
${invite-base-url}/crm/profile
- DELETE
${invite-base-url}/crm/profile
- GET
${invite-base-url}/crm/api/v1/profiles - with Body🤬
- POST
${invite-base-url}/crm/api/v1/invite/resend
The following applications need to migrate to the new Invite CRM endpoints
${sabEndPointURL}/api/profile?guid={organisationGuid}&role={role}endpoint${sabEndPointURL}/api/profile?uid={uid}&idp={idp}${sabEndPointURL}/api/profile?uid={uid}&idp={idp}In OpenConext deploy the users
idp-dashboardandpdpneed to be added to theexternal-api-configurationsection of application.yml in the invite role.The new endpoints for the SURFconext apps is
${invite-base-url}/api/external/v1/invite/crm/profileand the endpoints for mijn.surf / CRM will remain the same:${invite-base-url}/api/profile${invite-base-url}/crm/profile${invite-base-url}/crm/profile${invite-base-url}/crm/api/v1/profiles- with Body🤬${invite-base-url}/crm/api/v1/invite/resend