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
Does the directory need to include its extension policies in the STR so the client can check that policies against its current pining policies?
E.g., the Policies struct could have a field SignedPromiseType: string to indicate what kind of promise the directory is using (e.g., "TemporaryBinding" or "None"). This check could be used to detect misconfig from the client-side (say, when the directory's useTBs is true but the client's useTBs is false).
The text was updated successfully, but these errors were encountered:
Does the directory need to include its extension policies in the STR so the client can check that policies against its current pining policies?
E.g., the
Policies
struct could have a fieldSignedPromiseType: string
to indicate what kind of promise the directory is using (e.g.,"TemporaryBinding"
or"None"
). This check could be used to detect misconfig from the client-side (say, when the directory'suseTBs
istrue
but the client'suseTBs
isfalse
).The text was updated successfully, but these errors were encountered: