- Go to the Azure Portal and navigate to Azure Active Directory.
- Select App registrations > New registration.
- Fill in the required details (e.g., app name, supported account types).
- After registering, go to Certificates & secrets to generate a new client secret. Store this secret securely.
- In API permissions, add the required Microsoft Graph permissions (e.g.,
User.Read.All
,Mail.Send
). Choose Application permissions for unattended access.
Unattended graph client in MAUI iOS
-- --
922
Reputation points
Hi
How can we get an unattended MS Graph client in MAUI ios app?
Thanks
Regards
1 answer
Sort by: Most helpful
-
youzeliang 405 Reputation points
2024-08-20T15:45:36.9466667+00:00