How can we have access to the acess token given by the aad API after the user has logged in (I've used the login module)? I've seen that the token is passed trough the redirect url as an hash called 'id_token', is that safe? Have I to retrieve that within the url or there are some methods that allow me to access this returned token?
How can we have access to the acess token given by the aad API after the user has logged in (I've used the login module)? I've seen that the token is passed trough the redirect url as an hash called 'id_token', is that safe? Have I to retrieve that within the url or there are some methods that allow me to access this returned token?