from models import authConfiguration settings = authConfiguration( server_url="http://localhost:3000/auth", realm="realm", client_id="backend", client_secret="", authorization_url="http://localhost:3000/realms/realm/protocol/openid-connect/auth", token_url="http://localhost:3000/realms/realm/protocol/openid-connect/token", )