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
Create a realm my-realm. This will set your openid_connect_url to http://localhost:8080/auth/realms/my-realm/.well-known/openid-configuration and your issuer to http://localhost:8080/auth/realms/my-realm.
Allow implicit flow (in order for login in interactive docs to work).
Create a user and add credentials (password).
Login into docs with your credentials
Kill app and then restart with docker-compose up.
Go to http://localhost:8000/docs and login with your credentials by clicking authorize in the top right corner.