How do I get the authentication URL and user ID using spring-cloud-azure-starter-active-directory?
I understand that AD authentication is possible with the source code of the following URL, but I would like to output the user and authentication URL in the log.
- Auth URL
https://login.microsoftonline.com/{tenantID}/oauth2/v2.0/authorize?response_type=code&client_id={clinet_id}
- Login UserId
user001@tenant.onmicrosoft.com