Skip to content

Commit

Permalink
Update readme with missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellindau committed Mar 15, 2024
1 parent 2f1315f commit 8c4f8e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ https://curity.io/product/authentication-service/authentication-api/
Parameter Name | Platform | Required | Default | Description
-------------------------- | -------- | -------- | ----------- | -----------------------------------------------------------------------------------------------------
`appRedirect` | both | false | `app:start` | Redirect URI to use in OAuth requests. Needs to be registered in server config
`keyStoreAlias` | android | false | `haapi-react-native-android` | Keystore alias for keys used in an authentication flow
`clientId` | both | true | | The registered `client_id`
`baseUri` | both | true | | Base URI of the server. Used for relative redirects.
`tokenEndpointUri` | both | true | | URI of the token endpoint.
Expand Down

0 comments on commit 8c4f8e4

Please sign in to comment.