Fix broken example links in OBO Reference Guide#1763
Merged
Conversation
EashanKaushik
previously approved these changes
Jul 9, 2026
The Runnable Examples section had relative links to examples/ which was renamed to 3-examples/ before the initial merge. Also generalize the walkthrough paragraph so it covers both Entra and Okta claim conventions (the merged version was Entra-specific). - Relative links now correctly point at 3-examples/* - Marks UC2 Okta complete (was 'Okta planned') - Generalizes the walkthrough: actor claim (azp/appid vs cid), identity claim (oid vs sub+uid), and audience behavior (rotates on Entra vs constant on Okta)
7b6b86b to
9b8ba71
Compare
EashanKaushik
approved these changes
Jul 9, 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.
The Runnable Examples section in
01-features/05-authenticate-and-authorize/obo-training/OBO Reference Guide.mdhad relative links toexamples/01-agent-to-downstream/andexamples/02-agent-via-gateway/entra/real-world/that no longer resolve — the folder is now3-examples/and both use cases have Okta variants (not just Entra).Fix:
3-examples/.azp/oid) and Okta (cid/sub+uid) claim conventions.