-
Notifications
You must be signed in to change notification settings - Fork 28
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
Adds Authorization Handler #1562
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting this started!
...nts/http/okHttp/src/main/java/com/microsoft/kiota/http/ContinuousAccessEvaluationClaims.java
Outdated
Show resolved
Hide resolved
...ents/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/AuthorizationHandler.java
Show resolved
Hide resolved
...ents/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/AuthorizationHandler.java
Outdated
Show resolved
Hide resolved
...ents/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/AuthorizationHandler.java
Outdated
Show resolved
Hide resolved
...ents/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/AuthorizationHandler.java
Outdated
Show resolved
Hide resolved
...ents/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/AuthorizationHandler.java
Outdated
Show resolved
Hide resolved
...ents/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/AuthorizationHandler.java
Outdated
Show resolved
Hide resolved
...ents/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/AuthorizationHandler.java
Outdated
Show resolved
Hide resolved
...ents/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/AuthorizationHandler.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Vincent Biret <[email protected]>
293575b
to
5fa1f82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great progress here! just a few minor comments.
...nts/http/okHttp/src/main/java/com/microsoft/kiota/http/ContinuousAccessEvaluationClaims.java
Show resolved
Hide resolved
...ents/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/AuthorizationHandler.java
Outdated
Show resolved
Hide resolved
...ents/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/AuthorizationHandler.java
Outdated
Show resolved
Hide resolved
86923aa
to
08c471b
Compare
Co-authored-by: Vincent Biret <[email protected]>
2bf8ed4
to
eb567d0
Compare
eb567d0
to
5a79840
Compare
Quality Gate passedIssues Measures |
part of microsoftgraph/msgraph-sdk-java#2096
design-spec: https://github.com/microsoftgraph/msgraph-sdk-design/blob/main/middleware/AuthorizationHandler.md
Usage:
Pending: Graph client factory updates in Graph Core to close microsoftgraph/msgraph-sdk-java#2096