Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device Login Track-2 Migration #2574

Closed

Conversation

pranavmalik-msft
Copy link
Collaborator

@pranavmalik-msft pranavmalik-msft commented Feb 14, 2024

Description
This pull request aims to facilitate the migration process from the existing ADAL library to the MSAL framework, specifically for device login functionalities.

Changes

  • The existing flow for the ADAL framework has been removed regarding Device Login with the MSAL framework.
  • All references to ADAL library has been removed -for token caching, refreshing and persistence.
  • Adding new token persistence logic

@vibhansa-msft vibhansa-msft added this to the 10.24 milestone Feb 14, 2024
@nakulkar-msft
Copy link
Member

This should be made a draft till we finalize the token persistence

@seanmcc-msft
Copy link
Member

seanmcc-msft commented Feb 15, 2024

Open question - how will we test this? @adreed-msft any ideas?

Look into how Identity tests this.

@pranavmalik-msft pranavmalik-msft marked this pull request as ready for review March 6, 2024 13:35
@adreed-msft
Copy link
Member

adreed-msft commented Apr 5, 2024

Open question - how will we test this? @adreed-msft any ideas?

Look into how Identity tests this.

The idea for testing was that we'd have semi-automated tests in a E2E suite. Stick the suite behind a build tag (preventing it from running in CI), something like "manualinteraction", run azcopy login at the suite setup, run logout at suite teardown.

I'd already given a little guidance in a 1:1 with Pranav.

@gapra-msft
Copy link
Member

Can we close this PR in favor of the other one?

@pranavmalik-msft pranavmalik-msft marked this pull request as draft April 10, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants