Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| blocks:sso:adfs [2022-03-30 09:37] – [Filter the groups provided to Blocks] max | blocks:sso:adfs [2024-08-20 09:11] (current) – Update for Windows Server 2022 melvin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===Prerequisites=== | ===Prerequisites=== | ||
| - | To be able to follow the steps below you'll need to have Windows Server 2016 or later with the " | + | To be able to follow the steps below you'll need to have Windows Server 2016 or later with the " |
| ===Add an OpenID Connect configuration to ADFS=== | ===Add an OpenID Connect configuration to ADFS=== | ||
| Line 17: | Line 17: | ||
| - Paste and add the **Client Identifier** (from step 6) as the " | - Paste and add the **Client Identifier** (from step 6) as the " | ||
| - Select the access control policy you'd like to use and click next. | - Select the access control policy you'd like to use and click next. | ||
| - | - Make sure the box next to " | + | - Make sure the boxes next to " |
| - | - Click the "New scope..." | + | |
| - Finish the wizard. | - Finish the wizard. | ||
| Line 35: | Line 34: | ||
| ====Blocks specific steps==== | ====Blocks specific steps==== | ||
| - | - Open your Blocks configuration file on your Blocks server and add the " | + | - Open your Blocks configuration file on your Blocks server and add the " |
| * < | * < | ||
| server: | server: | ||
| + | type: pixilab_server | ||
| auth: | auth: | ||
| urlResolver: | urlResolver: | ||
| ajaxRequestResolver: | ajaxRequestResolver: | ||
| - | callbackUrl: | + | callbackUrl: |
| rolesOwner: attributes | rolesOwner: attributes | ||
| rolesPath: roles | rolesPath: roles | ||
| Line 55: | Line 55: | ||
| security: | security: | ||
| - matchers: internalMatcher | - matchers: internalMatcher | ||
| - | | + | |
| - | authorizers: | + | authorizers: |
| </ | </ | ||
| - Start Blocks and go to "/ | - Start Blocks and go to "/ | ||