Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We are considering creating an Angular 8 front end with .NET Core back end web site. Not sure how to integrate the two differing ends with a DUO push notification process.
The existing example from the WebSDK is a bit confusing in that regard. Does ...
I am trying to integrate with an older version of DNN (v7). I have the keys and the WebSDK is set up to work with the URL of the web site that uses DNN. I am having a slightly difficult time getting the integration to work properly though.
I am get...
Hi @sheldon_rodrigues,
Two things to validate:
Did your signRequest actually have any values? If not the iFrame may not be able to load properly.I had to add a little css to make it display properly (I will paste it below)
#duo_iframe {
width: 100%;
...
So, just a bit of an update - I am having a partially working solution in that I can click a button, call the sign request functionality and get the sig-request value back from Duo.
My problem lies with the secondary portion of the functionality usin...