Skip to content

Commit fdcb9ab

Browse files
committed
Add TokenCacheType to readme
1 parent 85cb80b commit fdcb9ab

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ To configure add the following section to the root of your appsettings.json file
3737
"DisplayName": "Azure AD",
3838
"DenyLocalLogin": true,
3939
"AutoRedirectLoginToExternalProvider": true,
40+
"TokenCacheType": "InMemory",
4041
"GroupBindings": {
4142
"<AD group>": "<umbraco group>",
4243
"<another AD group>": "<umbraco group>"
@@ -61,16 +62,17 @@ You'll need to configure these settings based on the values in Azure:
6162

6263
You can also customise the configuration by setting these settings:
6364

64-
| Setting | Description |
65+
| Setting | Description |
6566
| ------------------------------------- | -------------------------------------------------------------------------------------------- |
66-
| DisplayName | The display name for use on the login button |
67-
| Icon | The class name for the icon to use |
68-
| ButtonStyle | The class name for the button style |
67+
| DisplayName | The display name for use on the login button |
68+
| Icon | The class name for the icon to use |
69+
| ButtonStyle | The class name for the button style |
6970
| AutoRedirectLoginToExternalProvider | Automatically redirect to the external login provider |
70-
| DenyLocalLogin | Allow users to login via Umbraco's standard login |
71-
| GroupBindings | The bindings for AD group to Umbraco group |
72-
| SetGroupsOnLogin | Whether or not to reset the users assigned groups on each login |
73-
| DefaultGroups | The groups to assign to users regardless of any AD groups assigned (defaults to none) |
71+
| DenyLocalLogin | Allow users to login via Umbraco's standard login |
72+
| GroupBindings | The bindings for AD group to Umbraco group |
73+
| SetGroupsOnLogin | Whether or not to reset the users assigned groups on each login |
74+
| TokenCacheType | Token Cache Type to use: InMemory, Session, Distributed (defaults to InMemory) |
75+
| DefaultGroups | The groups to assign to users regardless of any AD groups assigned (defaults to none) |
7476

7577
## ButtonStyle
7678

0 commit comments

Comments
 (0)