Daily login for app required. Why?

Hans van der Graaf 1 Reputation point
2021-12-08T15:31:13.523+00:00

Hi,

We have created an app that uses the Azure platform to send appointments on behalf of the customer.

One customer gets everyday when he makes the first appointment a login screen. This is strange because other customers don't need to login everyday to create an appointment.

I wonder if there is something specific in the Azure configuration which forces the user to login at a daily base. I can't find it so all suggestions are welcome.

Thanks,
Hans

Note: That after this login everything works fine. When the customer creates an appointment in our app, the appointment is correctly send via the Azure platform

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
230 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Glen Scales 4,436 Reputation points
    2021-12-08T22:37:32.45+00:00

    Depends how are you doing your Authentication ? (eg you might want to include the code your using)

    It maybe something is different in terms of federation, conditional access policies https://learn.microsoft.com/en-us/azure/active-directory/conditional-access/overview for that customer or they may have reduced the refresh token lifespan https://learn.microsoft.com/en-us/azure/active-directory/develop/active-directory-configurable-token-lifetimes

    The signin logs https://learn.microsoft.com/en-us/azure/active-directory/reports-monitoring/concept-all-sign-ins might help tell you more about what's happening during the authentication for them

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.