davidjrh / dnn.azureadprovider

The DNN Azure Active Directory Provider is an Authentication provider for DNN Platform (formerly DotNetNuke) that uses Azure Active Directory OAuth2 authentication to authenticate users.
MIT License
35 stars 21 forks source link

Pass user profile data to third party API #42

Closed maduranga001 closed 2 years ago

maduranga001 commented 3 years ago

Please, can I know if it is possible to pass DNN user profile data to another Web API through this module? It may be query string or though tokens or any other possible way to pass the data to a third-party external app?

I appreciate your support.

davidjrh commented 2 years ago

The token can be used to authenticate on another Web API, but some advanced settings must be setup. Please check the documentation available for the B2C module that would apply on this case: