@@ -37,6 +37,7 @@ To configure add the following section to the root of your appsettings.json file
37
37
"DisplayName": "Azure AD",
38
38
"DenyLocalLogin": true,
39
39
"AutoRedirectLoginToExternalProvider": true,
40
+ "TokenCacheType": "InMemory",
40
41
"GroupBindings": {
41
42
"<AD group>": "<umbraco group>",
42
43
"<another AD group>": "<umbraco group>"
@@ -61,16 +62,17 @@ You'll need to configure these settings based on the values in Azure:
61
62
62
63
You can also customise the configuration by setting these settings:
63
64
64
- | Setting | Description |
65
+ | Setting | Description |
65
66
| ------------------------------------- | -------------------------------------------------------------------------------------------- |
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 |
69
70
| 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) |
74
76
75
77
## ButtonStyle
76
78
0 commit comments