Skip to content

Support for headless use of SecretService in Linux environments #2035

@bpkroth

Description

@bpkroth

Use of secretservice as a backend store doesn't appear to be allowed when there's no DISPLAY environment variable:

if (!_context.SessionManager.IsDesktopSession)

But even the underlying MSAL library has a headless test for that: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/build/template-test-on-linux.yaml#L61

Can we just remove that check from GCM?

Related:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestplatform:linuxSpecific to a Linux-based platform

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions