File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -998,16 +998,17 @@ CredentialAccessBoundary:
998998* ** Server-side (using ` DownscopedCredentials ` ):** The client calls the Security
999999Token Service (STS) each time a downscoped token is needed. This is suitable for
10001000applications where the Credential Access Boundary rules change infrequently or
1001- when a single downscoped credential is reused many times. A key consideration
1001+ when a single downscoped credential is reused many times. A key consideration
10021002is that every rule change requires a new call to the STS.
10031003
10041004
10051005* ** Client-side (using ` ClientSideCredentialAccessBoundaryFactory ` ):** The client
10061006retrieves cryptographic material once and then generates multiple downscoped
10071007tokens locally. This minimizes calls to the STS and is more efficient when
10081008Credential Access Boundary rules change frequently, as the client doesn't need
1009- to contact the STS for each rule change. This is also more efficient for
1009+ to contact the STS for each rule change. This is also more efficient for
10101010applications that need to generate many * unique* downscoped tokens.
1011+
10111012#### Server-side CAB
10121013
10131014The ` DownscopedCredentials ` class can be used to produce a downscoped access
You can’t perform that action at this time.
0 commit comments