You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add In-Task Authorization Code and OAuth 2.0 OBO Credential Injection 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.
scope: Read #optional, OAuth 2.0 scope to request. Required for Microsoft Entra OBO (for example, api://downstream-client-id/.default). Optional for OAuth 2.0 Token Exchange (RFC 8693).
965
+
timeout: 50000 #optional, Timeout for token exchange requests in milliseconds. Default: 10000.
966
+
----
967
+
968
+
Using Microsoft Entra ID On-Behalf-Of:
969
+
970
+
[source,yaml]
971
+
----
972
+
authentication:
973
+
kind: oauth2-obo
974
+
flow: microsoft-entra-obo
975
+
timeout: 50000 #optional, Timeout for token exchange requests in milliseconds. Default: 10000.
0 commit comments