Demos — NDC Oslo, 2015
June 19, 2015
Here are the slides and demos from my session at NDC Oslo 2015 on securing JavaScript based apps:
And now the video is live:
Thanks!
Here are the slides and demos from my session at NDC Oslo 2015 on securing JavaScript based apps:
And now the video is live:
Thanks!
Hi Brock,
was wondering what server side code you were using for the demo.
Regards,
Joe.
The server side code is in the demos link, or do you mean IdentityServer (https://github.com/IdentityServer/IdentityServer3/)?
Do you have the pre-configured version of IdentityServer to run with those samples? I keep getting CORS errors in the browser when Oidc client tries to get json metadata from the server.
You’d simply need to enable the CORS origins on the client configuration in IdSvr for those clients.
Hi brock, really enjoyed your talk.
oidc-client looks an interesting project that I’m going to check out.
BTW, have you seen the similar project introduced at angular-connect london: angular-oauth-oidc?
Of course he’s library is takes a dependency on angular and angular-ui-router so it’s not as generic. Anyway’s, you might want to check it out: https://github.com/manfredsteyer/angular-oauth-oidc
He’s presentation at angular-connect was also good: https://www.youtube.com/watch?v=8qg4p3Lz_Xg
Nope, not seen it.
Hi Brock,
Thanks a lot for your work on the Identity Server!
I just watched the video of NDC 2015 and tried to download the demo sources, but the link (http://1drv.ms/1ReW326) is not working. The demo link for NDC 2016 also does not work.
Would be great if you could fix this.
Thanks a lot!
Michael
I guess you can thank onedrive for breaking old links. It’s updated now.
wow – that was really quick! Thanks again, that helps me a lot! :)