#FAQ
##What is the access string? The access string is passed in the jwt and is used to define the rights a user has on a system.
##How do I know if I have the correct access string?
- Open a browser and go to ut1
- Open the developers console on the tab network
- Log in
- Find the response called "token"
- Copy the token and decode it for example using jwt.io
- See "authorities" field in token
##What is the audience? The audience field in the jwt defines which services a user has access to.
##How do I know if I have the correct audience?
- Open a browser and go to ut1
- Open the developers console on the tab network
- Log in
- Find the response called "token"
- Copy the token and decode it for example using jwt.io
- See "aud" field in token