Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelefevre committed Jun 18, 2024
1 parent 1a3ace1 commit 449bbf9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions hugo/content/administration/stopUserRegistration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@ title: Stop user registration

For some reason, you may want to temporarily disable new user registrations from kthcloud. This is how it was done last time it was needed.

1. Log into the kthcloud iam https://iam.cloud.cbh.kth.se/ admin panel
### 1. Log into the kthcloud iam https://iam.cloud.cbh.kth.se/ admin panel

<img src="../../images/cbhcloud-realm.png" height="300px">
2. Visit the identity provider section, and click on the Login with KTH option

### 2. Visit the identity provider section, and click on the Login with KTH option

<img src="../../images/idp-kth.png" height="400px">
3. Scroll down to Advanced settings, First login flow override, and select the `deny new users` flow.

### 3. Scroll down to Advanced settings, First login flow override, and select the `deny new users` flow.

<img src="../../images/idp-flow.png" height="400px">

### Editing flows
The flows can be edited in keycloak admin panel's `Authentication` tab.

The default `first broker login` flow should be used when you want to allow new users to register again.
Expand Down

0 comments on commit 449bbf9

Please sign in to comment.