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

Swift - move graph related authentication defaults to graph core #12

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

Swift - move graph related authentication defaults to graph core #12

baywet opened this issue Jan 18, 2023 · 0 comments
Labels
type:enhancement Enhancement request targeting an existing experience

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
@baywet baywet added the type:enhancement Enhancement request targeting an existing experience label Jan 18, 2023
@baywet baywet transferred this issue from microsoft/kiota Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Enhancement request targeting an existing experience
Projects
Status: New📃
Development

No branches or pull requests

1 participant