-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Guide
Panderu edited this page Jun 28, 2025
·
3 revisions
summary of this Tutorial
- Create Realm
- Ressource file:
sb-backend.json(may take a minute or two) - Users → Add User → fill all fields (Username, Email, First name, Last name) otherwise there will be an error → Create
- Users → Click on User → Credentials → Set password → NOT TEMPORARY
- Users → Click on User → Role mapping → Add Admin / Student role
- Create Post Request to
http://localhost:7070/realms/study-buddies/protocol/openid-connect/token - Set
Body→x-www-form-urlencoded:
| Key | Value |
|---|---|
| client_id | sb-backend |
| grant_type | password |
| username | User created above |
| password | Password of user created above |
-
Optional: View content of
access_tokenhere.
Alternatively import this Bruno Collection.
- Create Request
- Authorization → Auth Type: Bearer Token → paste full content of
access_tokenfrom JWT request above intoTokenfield.
Study Buddies © 2024/2025 by Halbes Byte is licensed under CC BY-NC-SA 4.0