Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Python - move graph related authentication defaults to graph core #81

Closed
5 tasks
baywet opened this issue Jan 18, 2023 · 0 comments
Closed
5 tasks

Python - move graph related authentication defaults to graph core #81

baywet opened this issue Jan 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request python Pull requests that update Python code

Comments

@baywet
Copy link
Member

baywet commented Jan 18, 2023

related microsoft/kiota#1063. Graph default scope and default valid host names are present in the authentication library, which makes it more complex to use it against non-graph but MIP protected APIs.

  • check that allowed host validator returns true when no hosts are provided (abstractions)
  • change the default scope to be set in the get access token method to scheme://host/.default if no scopes have been provided
  • remove the default hosts in the authentication library
  • create derived authentication and access providers in microsoft graph core that set the default hosts
  • update the documentation
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

2 participants