|
|
|
# Configuration
|
|
|
|
Here you will find everything about the oauth2 configuration file, you will find it in the rest module of tanaguru.
|
|
|
|
|
|
|
|
|Name|Description|Example|
|
|
|
|
|----|-----------|-------|
|
|
|
|
|oauth2.auth.enabled|enabled SSO|true|
|
|
|
|
|oauth2.userInfoUri|Oauth user info URL|https://dev-xxxx.eu.auth0.com/userinfo|
|
|
|
|
|oauth2.clientId|client ID|fZZecuUIhjGTprBooXklm3CL9qsd7cRs|
|
|
|
|
|oauth2.clientSecret|client secret|GO5o6H7JZui2l3Kaz9xIBRGK_BNc1MFRAzxx7EaJQ-TljmLYffwdS8Rymu_wHevy|
|
|
|
|
|oauth2.redirectUri|webapp sso url|http://localhost:8081|
|
|
|
|
|oauth2.tokenUri|Oauth token URL|https://dev-xxxx.eu.auth0.com/oauth/token|
|
|
|
|
|oauth2.oidc.enabled|enabled OIDC|true|
|
|
|
|
|oauth2.oidc.jwk|JSON web key set|https://dev-xxxx.eu.auth0.com/.well-known/jwks.json|
|
|
|
|
|oauth2.user.createIfNotFound|create user if not found|false|
|
|
|
|
|oauth2.user.createContract|When creating a user creation of an associated contract|false|
|
|
|
|
|oauth2.tokenValidity|token validity (second)|7200|
|
|
|
|
|oauth2.jwt.secret|jwt|changeMePlease|
|
|
|
|
|oauth2.oidc.issuer|issuer domain|https://dev-xxxx.eu.auth0.com/| |
|
|
\ No newline at end of file |