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

🧹 chore: alter redirect uri based on platform #1055

Conversation

garrettladley
Copy link
Member

@garrettladley garrettladley commented Jun 18, 2024

what's new?

  • 2 configs for msft oauth
    • web with clientKey & secret
    • mobile with only clientKey
  • during the oauth flow, set the "Platform" header to indicate which set of creds to use.
    • "web" for web
    • "mobile" for mobile
    • default to mobile, but, for explicitness, let's always set this header

@garrettladley garrettladley requested review from a team and DOOduneye and removed request for a team June 18, 2024 23:54
@garrettladley garrettladley merged commit 9e8763a into main Jun 19, 2024
5 checks passed
@garrettladley garrettladley deleted the 1042-chore-alter-redirect-uri-based-on-application-communicating-with-be branch June 19, 2024 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🧹 chore: alter redirect uri based on application communicating with be
1 participant