AtlasOfLivingAustralia / api-gateway

Issues & documentation repository for managing the delivery of the API Gateway for the Atlas.
0 stars 0 forks source link

Ecodata - add JWT support #4

Open djtfmartin opened 2 years ago

djtfmartin commented 2 years ago

Chris G has reviewed the ala-ws-security-plugin and given some feedback.

yasima-csiro commented 2 years ago

Authentication: Dev env - https://auth-dev.ala.org.au/userdetails

yasima-csiro commented 2 years ago

Initial commit: https://github.com/AtlasOfLivingAustralia/ecodata/commit/e61c2a1c74a63a49fd805b1fb658acb93df58671

Configure - "Client Id" and "Client Secret" Dev CAS - Userdetails web app - ClientId and Client secret key for OpenConnect integration. Migration of current auth plugin version - 3.2.3 replace by ala-ws-security-plugin-3.0.2-SNAPSHOT Create a new branch from dev(Grails 4) Incorporate graphql APIs to Grails 4 branch Add OpenID connect authentication Create OpenAPI definitions for Graphql APIs

yasima-csiro commented 2 years ago

Did set up GraphQL API in test AWS API Gateway.