```plantuml
Alice -> Bob: Authentication Request
Bob -> Felix: Authenication approval
alt Authentication rejected
Bob -> Alice: Authetnication rejected
end
Bob -> Alice: Authentication Response
Alice -> Felix: User data request
Felix -> Alice: User data response
```