diff --git a/authentication/authentication-internal-service/pom.xml b/authentication/authentication-internal-service/pom.xml index e2c9a19b4ad..1b0729a7ceb 100644 --- a/authentication/authentication-internal-service/pom.xml +++ b/authentication/authentication-internal-service/pom.xml @@ -222,7 +222,7 @@ http://localhost:8090/app/generic/v3/api-docs/Id%20Authentication%20Internal%20Service - openapi.json + ${name}-openapi.json ${project.build.directory} false diff --git a/authentication/authentication-internal-service/src/test/resources/application.properties b/authentication/authentication-internal-service/src/test/resources/application.properties index 5a649a7c5af..44ebf2d4722 100644 --- a/authentication/authentication-internal-service/src/test/resources/application.properties +++ b/authentication/authentication-internal-service/src/test/resources/application.properties @@ -787,4 +787,27 @@ openapi.info.license.url=https://docs.mosip.io/platform/license openapi.service.servers[0].url=${mosipbox.public.url}${server.servlet.context-path} openapi.service.servers[0].description=Id Authentication Internal Service openapi.group.name=${openapi.info.title} -openapi.group.paths[0]=/** \ No newline at end of file +openapi.group.paths[0]=/** +ida-websub-idchage-callback-url=${mosipbox.public.url}${server.servlet.context-path}/callback/idchange/{eventType}/${ida-auth-partner-id} +ida-websub-idchange-credential-issued-callback-relative-url=${server.servlet.context-path}/callback/idchange/credential_issued/${ida-auth-partner-id} +ida-websub-idchange-remove-id-callback-relative-url=${server.servlet.context-path}/callback/idchange/remove_id/${ida-auth-partner-id} +ida-websub-idchange-deactivate-id-callback-relative-url=${server.servlet.context-path}/callback/idchange/deactivate_id/${ida-auth-partner-id} +ida-websub-idchange-activate-id-callback-relative-url=${server.servlet.context-path}/callback/idchange/activate_id/${ida-auth-partner-id} +ida-websub-hotlist-callback-relative-url=${server.servlet.context-path}/callback/hotlist +ida-websub-hotlist-callback-url=${mosipbox.public.url}${ida-websub-hotlist-callback-relative-url} + +ida-websub-auth-type-callback-relative-url=${server.servlet.context-path}/callback/authTypeCallback/${ida-auth-partner-id} +ida-websub-auth-type-callback-url=${mosipbox.public.url}${ida-websub-auth-type-callback-relative-url} +ida-websub-masterdata-templates-callback-relative-url= +ida-websub-masterdata-titles-callback-relative-url= +ida-websub-ca-cert-callback-relative-url= + + +# Callback url for MISP/Partner change notification events +ida-websub-partner-service-callback-url=${mosipbox.public.url}${server.servlet.context-path}/callback/partnermanagement/{eventType} +ida-websub-partner-service-apikey-approved-callback-relative-url=${server.servlet.context-path}/callback/partnermanagement/apikey_approved +ida-websub-partner-service-partner-updated-callback-relative-url=${server.servlet.context-path}/callback/partnermanagement/partner_updated +ida-websub-partner-service-policy-updated-callback-relative-url=${server.servlet.context-path}/callback/partnermanagement/policy_updated +ida-websub-partner-service-partner-api-key-updated-callback-relative-url=${server.servlet.context-path}/callback/partnermanagement/partner_api_key_updated +ida-websub-partner-service-misp-license-generated-callback-relative-url=${server.servlet.context-path}/callback/partnermanagement/misp_license_generated +ida-websub-partner-service-misp-license-updated-callback-relative-url=${server.servlet.context-path}/callback/partnermanagement/misp_license_updated