2023-07-13 18:15:18 +02:00
|
|
|
# Developers API
|
2023-05-18 08:51:01 +02:00
|
|
|
|
2024-09-20 09:11:59 +02:00
|
|
|
API Registration through AAI API, Personal information and Login with offline_access (Refresh Token).
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
Check first [Login-core](https://code-repo.d4science.org/MaDgIK/uoa-login-core/) (offline_access)
|
|
|
|
|
|
|
|
### Datasource configuration
|
|
|
|
|
|
|
|
developers.datasource.driver # Required - SQL Driver - Default: org.postgresql.Driver
|
|
|
|
developers.datasource.url # Required - jdbc URL to the database
|
|
|
|
developers.datasource.username # Optional - Database user if needed
|
|
|
|
developers.datasource.password # Optional - Database user password if needed
|
|
|
|
|
|
|
|
### AAI Issuer
|
|
|
|
developers.issuer # Required - SQL Driver - Default: org.postgresql.Driver
|
|
|
|
|
2024-09-20 10:55:10 +02:00
|
|
|
## Run
|
2024-09-20 09:11:59 +02:00
|
|
|
|
|
|
|
Check [Spring boot Documentation](https://code-repo.d4science.org/MaDgIK/Documentation/wiki/Spring-boot) (need Login)
|