You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.
Hey Dudes,
Just wondering if in the case of authenticating against an Oauth2 based authentication mechanism (ie. Ping Federate), I need to implement a custom provider? I tried using the GenericOAuth2 provider, but can't seem to add a client to the authorizationroot object (https://github.com/MicrosoftDX/botauth/blob/master/CSharp/BotAuth.GenericOAuth2/GenericOAuth2Provider.cs, line 63).
Do I need to implement my own provider? Or just add to the list of genericOathProviders in the object above?
The text was updated successfully, but these errors were encountered: