IdentityModel.OidcClient
IdentityModel.OidcClient copied to clipboard
UI Threading
Im trying to use IdentityModel.OidcClient in a plug in for 'IBM i2 analyst's notebook'.
But im getting Threading issus when the IdentityModel.OidcClient tries to load the webbrowser (ActiveX Control). "The calling thread must be STA, because many UI components require this"
Im sure this isnt an issue with the library itself, but im not sure how to progress. Has anyone had this issue before when using the Client?