W-21164648 add OAuth OBO and In-Task authentication types#576
Open
IsaacEldridge wants to merge 6 commits intolatestfrom
Open
W-21164648 add OAuth OBO and In-Task authentication types#576IsaacEldridge wants to merge 6 commits intolatestfrom
IsaacEldridge wants to merge 6 commits intolatestfrom
Conversation
… sections to af-project-files.adoc Introduced new authentication configurations for in-task authorization and OAuth 2.0 On-Behalf-Of credential injection, including detailed YAML examples for implementation.
…-task-authorization-code' and 'oauth2-obo' types. Expanded the description of the 'spec.authentication.kind' property to reflect these additions.
…change requests from 50000ms to 5000ms to align with default settings.
…token exchange requests from 5000ms to 10000ms to ensure consistency with the latest specifications.
tasmoore
previously approved these changes
Feb 3, 2026
…ng detailed property tables for 'basic', 'oauth2-client-credentials', 'apikey-client-credentials', 'in-task-authorization-code', and 'oauth2-obo' types. Updated YAML examples and descriptions for clarity and consistency.
…s.adoc for clarity. Updated examples for 'scopes', 'secondaryAuthProvider', and 'tokenAudience' to enhance understanding and consistency.
failup
approved these changes
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduced new authentication configurations for in-task authorization and OAuth 2.0 On-Behalf-Of credential injection, including detailed YAML examples for implementation.