Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: jonathan-r-thorpe <64410119+jonathan-r-thorpe@users.noreply.github.com>
  • Loading branch information
lo-simon and jonathan-r-thorpe authored Dec 15, 2023
1 parent e000094 commit 771948f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Development/nmos-cpp-node/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ int main(int argc, char* argv[])
}
}

// only implement communication with Authorization server if IS-10 is required
// only implement communication with Authorization server if IS-10/BCP-003-02 is required
if (nmos::experimental::fields::client_authorization(node_model.settings) || nmos::experimental::fields::server_authorization(node_model.settings))
{
// IS-10 client registration, fetch access token, and fetch authorization server token public key
Expand Down

0 comments on commit 771948f

Please sign in to comment.