Created applications in azure AD. I made the authorization using the "oauth2" protocol. It is necessary to make that other users (not the my`s organization), could be authorized using my applications. When I try to connect from another profile (personal account), I get this error:
access_denied AADSTS50105: The signed in user is not assigned to a role for the application
multi-tenannted - on
endpoint authorize = https://login.microsoftonline.com/common/oauth2/authorize
endpoint token = https://login.microsoftonline.com/common/oauth2/token