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?
OPC-UA OUATH2 Support
Moderator: Support Team
- Support Team
- Hero Member
- Posts: 2892
- Joined: 18 Mar 2011, 15:09
Re: OPC-UA OUATH2 Support
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.
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.
Best regards
Unified Automation Support Team
Unified Automation Support Team