microsoft / microsoft/kiota-ruby
CAE implementation work for Ruby
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 5
- Forks
- 8
- Avg merge
- 11h 9m
- Merged PRs (30d)
- 24
Description
details to be found in microsoft/kiota#1179 and corresponding PR. Continuation of microsoft/kiota#1643
Because Ruby doesn't have an azure identity library, we won't be able to fully support CAE from the get go. However we can do the infrastructure work to prepare its support which includes:
- getting the value from the www-authenticate response header in the http request adapter and retrying the request (once)
- using the value in the access token provider to request a new token
- set the cp1 capability when requesting tokens
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading microsoft/kiota#1179, its corresponding pull request, and microsoft/kiota#1643 for the intended CAE design. Then locate the HTTP request adapter and access token provider entry points. Done means extracting the value from the www-authenticate response, retrying once, requesting a new token with it, and setting the cp1 capability.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- api, authentication
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100