Skip to content

pagopa/pagopa-platform-authorizer

Repository files navigation

pagoPa Platform Authorizer

Quality Gate Status

Azure Function that exposes a set of API that permits to handle authorization for creditor institution and retrieve the info about their enrollment.

Api Documentation 📖

See the OpenApi 3 here.


Run locally with Docker

docker build -t pagopa-functions-template .

docker run -p 8999:80 pagopa-functions-template

Test

curl http://localhost:8999/example

Run locally with Maven

mvn clean package

mvn azure-functions:run

Test

curl http://localhost:7071/example


Contributors 👥

Made with ❤️ by PagoPa S.p.A.

Mainteiners

See CODEOWNERS file