Commit 9dac51b
authored
[Server] [Client] Return BadIdentityTokenInvalid if use of anonymous identity token is not allowed (#3012)
* make Server return BadIdentityTokenInvalid if use of anonymous identity token is not allowed
* Change Response Code on Client side also to be consistent
* change response code ro BadIdentityTokenRejected1 parent bba6d72 commit 9dac51b
File tree
2 files changed
+2
-2
lines changed- Libraries
- Opc.Ua.Client/Session
- Opc.Ua.Server/Session
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5425 | 5425 | | |
5426 | 5426 | | |
5427 | 5427 | | |
5428 | | - | |
| 5428 | + | |
5429 | 5429 | | |
5430 | 5430 | | |
5431 | 5431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
905 | | - | |
| 905 | + | |
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
| |||
0 commit comments