You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: umbraco-cloud/begin-your-cloud-journey/the-cloud-portal/login-providers/README.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,8 +133,9 @@ Keep the configuration for your login provider open, as you will come back to it
133
133
1. Navigate to the **Settings** section.
134
134
2. Scroll down to find the **Application URIs**.
135
135
3. Add the Redirect URI to the **Allowed Callback URLs**.
136
+
4. Also add the Redirect URI to the **Allowed Logout URLs**
136
137
137
-

138
+

138
139
139
140
13. Add more Redirect URIs if needed.
140
141
{% endtab %}
@@ -198,16 +199,24 @@ Here you will setup access to Projects in the Portal while signed in with your L
198
199
199
200
You will need to add a Project Permission model per Project and per Login Provider. It is not required to add Project Permissions to all project. Projects without a Project Permissions tied to a Login Provider will not be shown to user logged in with that particular Login Provider.
When setting up a Project Permission first select a Project in the left side of the screen. Next click on "+ Add" on the Login Provider you want to add a Project Permissions for.
- Consists of two fields: "Provider Role Value" and "Project Access Level"
209
215
210
-
### Default Access Level
216
+
### How to fill in the Project Permissions
217
+
218
+
**Default Access Level**
219
+
211
220
Select the level of access you want users signing in with the External Login Provider to get for this Project.
212
221
The dropdown has two possible permissions:
213
222
- Read Only
@@ -216,7 +225,8 @@ The dropdown has two possible permissions:
216
225
This value is meant to be a fallback value and can be overwritten by "Project User Mappings" setting.
217
226
If there are no Mappings available for the user the "No Claim Found Behavior" setting will evaluate if this fallback Permissions is used or "NoAccess".
218
227
219
-
### No Claim Found Behavior
228
+
**No Claim Found Behavior**
229
+
220
230
Use this setting for more fine grained control.
221
231
This will allow you to use the Role Claim in you Login Provider to assign Permissions to your users.
222
232
@@ -227,10 +237,12 @@ The setting has two Settings:
227
237
When `NoAccess` is selected it will block the users access to the Project if they do not have the correct Role assigned.
228
238
If you decide to use the more lenient option "Use Default Access Level", all users in your Login Provider will automatic get the permission you selected in "Default Access Level". Unless they have a hit on the Project User Mappings.
229
239
230
-
### User Mapping Claim Name
231
-
Enter the name of your providers default or custom Role claim name.
240
+
**User Mapping Claim Name**
241
+
242
+
Enter the name of your providers default or custom Role claim name. This is if you want to override the one already entered in the Login Provider configuration.
243
+
244
+
**Project User Mappings**
232
245
233
-
### Project User Mappings
234
246
Here you can set up mapping between the "Provider Role Value" and the Project Permission Level.
235
247
236
248
## Audit
@@ -239,6 +251,8 @@ Use Audit section to troubleshoot your Login Providers and keep an eye on user S
239
251
240
252
There is audit log for each Login Provider. Keep in mind that if you remove the Login Provider the audit log will also disappear.
Copy file name to clipboardExpand all lines: umbraco-cloud/begin-your-cloud-journey/the-cloud-portal/organizations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,4 +138,4 @@ Use this section to configure Project Permissions in the Portal when users are s
138
138
139
139
### Audit
140
140
141
-
Here you can keep an eye on all things related to your Login Providers. See User Sign-ins, Changes to Login Provider Configurations and changes to Project Configurations.
141
+
Here you can keep an eye on all things related to your Login Providers. See User Sign-ins, Changes to Login Provider Configurations and changes to Project Permissions.
0 commit comments