User Profile
JayBeeFinalBeta
Copper Contributor
Joined Apr 12, 2020
User Widgets
Recent Discussions
Re: How to create a lists based modern site that I can reproduce across tenants?
Thanks Rob, I was really hoping for another way. I've found that there is a sharpeoint store. https://learn.microsoft.com/en-us/sharepoint/dev/spfx/publish-to-marketplace-overview Would building a sharepoint framework app give me what I require?430Views0likes0CommentsHow to create a lists based modern site that I can reproduce across tenants?
Good day, Wish to have a sharepoint site with many lists, views on those lists , (modern) sharepoint pages using those list, all depending on each other. I need to be able to deploy/copy complete site, all information, lists, pages etc to a new sharepoint site. I would even like to copy this to a different tenant. How could I get started with this? Does a microsoft sollution exists to copy this (and not break links between the lists). (My research says no) Should I design all of this as a sharepoint app? (can apps do this?) (could apps handle schema updates in the future on the lists?) What technology/solutions should I be looking at to achieve my goal?506Views0likes2CommentsAzure AD Application Proxy header authentication
Hi, I'm planning on migrating authentication of our on premise (legacy) applications to AzureAD. My legacy applications all require (doesn't matter how it's named) a header field that holds the userPrincipalName of the user accessing the application to provide SSO. I already have a working POC setup where I'm using (my current) a reverse proxy that does SAML against Azure AD. That reverse proxy provides the backend webservers with the UPN and this works fine. I was exploring my options further and I found that Azure AD Application Proxy might allow me (in the future) to replace my current reverse proxy and gain some security (and ddos etc). A basic test of the proxy worked but I have some questions. As I would need the UPN (universalprincipalname) of the user access the application without authenticating a second time in the applications. I would need to use Header authentication as the single sing on option, this uses an external server, pingaccess. This means I would need to use an external app (that comes with external licensing) and that might not be supported my microsoft support themselves. So I fear that I would by trying to remove my on premise load balancer to remove a 3th party from my network, but I would be trusting one more (pingaccess), and I might need another party to support the setup. Are my fears correct? Do I even need this if I only need the UPN of the external user on my backend webserver? And one more question. All of my backend servers are in DMZ's, the applications don't have a real internal URL as they are only meant to be used through an external URL. So I ended up adding an entry to the hosts file on the server hosting the application proxy so I could add an internal URL to the Azure AD application config (you are required to enter the backend server as https://hostname/. It would make much more sense to me to be able to access the backend webserver through an IP address as I now need to configure two systems to add a servers. Am I going about this the wrong way? Thanks for any comments!Solved7.3KViews0likes2CommentsRe: Azure MFA using NPS without local domain?
Moe_Kinani Fair enough, I've just implemented an NPS server with the Extension (leaning on a local AD too). I like DUO very much, it can do things MS should have done out of the box a long time ago (like easy RDP MFA). But the idea is to have everything using the same authentication (and I'm now using SAML to AzureAD on all webservices)3.5KViews1like0CommentsAzure MFA using NPS without local domain?
Hi, I have a site where I want to protect the VPN service using (RADIUS) and Azure MFA. The site currently doesn't have a local active directory domain controller. The users connecting to the VPN are Azure AD users (P1). I'm hoping not to need to set up a local domain controller, but just keep the NPS server in a workgroup. Is this possible?Solved3.8KViews0likes4Comments
Recent Blog Articles
No content to show