@CloudMe , When you register an application from the portal, by default the following (in the screenshot below) "Delegated Permission" gets added
This delegated permission allows the application to pull the details about the user who is currently logged into the app, as usually you login to the Graph Explorer and try to test the graph api to check your own profile details like the /me endpoint.
By default it can only connect to the Graph API Resource and perform only the read user's own profile details and no other Azure AD resource can be accessed.
Hope this helps.