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
Log in with the default Keycloak admin credentials:
268
+
Username: admin
269
+
Password: admin
270
+
271
+
2. Navigate to the "Users" Section
272
+
Click on "Users" in the left-hand menu.
273
+
Click "Add user" in the top-right corner.
274
+
275
+
3. Enter User Information
276
+
Username: username
277
+
Email: username@example.com
278
+
Email Verified: ✅ (Check this box)
279
+
Enabled: ✅ (Check this box)
280
+
Click "Save"
281
+
282
+
4. Set a Password for the User
283
+
Go to the "Credentials" tab.
284
+
Enter a password (e.g., testpassword).
285
+
Uncheck "Temporary" (so the user doesn't have to reset the password).
286
+
Click "Set Password".
177
287
178
288
### Microsoft Adapter
179
289
@@ -224,4 +334,11 @@ Just fork any existing adapter e.g. [Google](https://github.com/devforth/adminfo
224
334
225
335
This is really easy, you have to change several then 10 lines of code in this [file](https://github.com/devforth/adminforth-google-oauth-adapter/blob/main/index.ts)
226
336
227
-
Then just publish it to npm and install it in your project.
337
+
Then just publish it to npm and install it in your project.
0 commit comments