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
Currently the realm_authority is stored in Registrar, along with the realm. However, a realm's authority can change, and in that case the stored authority would no longer be correct.
The fix is to require passing the realm and reading the authority from there.
The text was updated successfully, but these errors were encountered:
Currently the
realm_authority
is stored inRegistrar
, along with therealm
. However, a realm's authority can change, and in that case the stored authority would no longer be correct.The fix is to require passing the realm and reading the authority from there.
The text was updated successfully, but these errors were encountered: