Skip to content

Commit

Permalink
update lsaai config
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Apr 23, 2024
1 parent 096e2f1 commit 10d4cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Add the `sda-auth` client by creating a file `configuration/aai-mock/clients/cli
client-name: "auth"
client-id: "XC56EL11xx"
client-secret: "wHPVQaYXmdDHg"
redirect-uris: ["http://localhost:8085/elixir/login"]
redirect-uris: ["http://localhost:8085/oidc/login"]
token-endpoint-auth-method: "client_secret_basic"
scope: ["openid", "profile", "email", "ga4gh_passport_v1", "eduperson_entitlement"]
grant-types: ["authorization_code"]
post-logout-redirect-uris: ["http://localhost:8085/elixir/login"]
post-logout-redirect-uris: ["http://localhost:8085/oidc/login"]
```

Now that everything should be configured properly, from the root folder of the `starter-kit-lsaai-mock` run:
Expand Down

0 comments on commit 10d4cea

Please sign in to comment.