You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this plugin to implement authentication with Microsoft Entra Id for authentication in TeamCity and it works pretty good.
I noticed, that it is not reusing existing Azure Auth session. Auth session lives until tab is open and it is not identifying existing sessions. For example if logged in outlook or any other product I still need provide credentials when I open new tab with TeamCity.
Could you, please, advise if it possible to configure this plugin to reuse existing Auth session? Is it possible to keep session alive until browser is not closed?
The text was updated successfully, but these errors were encountered:
Seems this plugin is not using the refresh tokens. Azure AD ID tokens are valid for 1 hour and then need to be refreshed with the refresh token. Would be great if this plugin can add support for refresh tokens and keep the session alive for a certain time.
Hello Folks,
I used this plugin to implement authentication with Microsoft Entra Id for authentication in TeamCity and it works pretty good.
I noticed, that it is not reusing existing Azure Auth session. Auth session lives until tab is open and it is not identifying existing sessions. For example if logged in outlook or any other product I still need provide credentials when I open new tab with TeamCity.
Could you, please, advise if it possible to configure this plugin to reuse existing Auth session? Is it possible to keep session alive until browser is not closed?
The text was updated successfully, but these errors were encountered: