Page 1 of 1

OPC-UA OUATH2 Support

Posted: 28 Feb 2023, 09:33
by hammarbytp
Part 6.5.3 of the OPC-UA specification indicates that it can be used with OAUTH2 in passing a token to verify access

IS this support in the UA stack and if so how do we gain access to the token to verify it and how in the client is the token set if we are using a back channel (e.g HTTPS) to get the token from the OAUTH2 server?

Re: OPC-UA OUATH2 Support

Posted: 26 Apr 2023, 14:10
by Support Team
Hi,

currently our SDK support 3 (anonymous, User/pwd, and x509) UserTokenTypes. The fourth, so called IssuedToken, is an extension object, which again can contain diferent TokenTypes, one of which may be OAuth2, however UA Stack is not touching it, and SDK is currently not passing through just giving BadNotSupported.