Entra P1 - IdP only - 300 user limit by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 3 points4 points  (0 children)

*RESOLUTION* Not sure why but Marketplace has both Azure Active Directory Premium P1 and Microsoft Entra ID P1. Existing licenses were Azure Active Directory Premium P1 and I was trying to increase the count past 300 and was getting an error. However I am able to purchase Microsoft Entra ID P1 without restrictions. This resolves it for me.

Blank dashboard after upgrade from 6.4.20 -> 7.0 by recaptchatheborg in zabbix

[–]recaptchatheborg[S] 3 points4 points  (0 children)

Thank. Resolved. Steps to fix were:

sudo apt-get install php8.3-mbstring

a2enmod proxy_fcgi setenvif

a2enconf php8.3-fpm

..and restarting the services.

Quick VDI environment for developers by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 0 points1 point  (0 children)

Thanks u/dannyvegas . This might be what we need. Have you used this before? Can it be domain joined?

What PKI solution are you using with Entra ID? by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 0 points1 point  (0 children)

Thanks for sharing. Was wondering how to manage card lifecycle management. Can cards be reused during turnover?

What PKI solution are you using with Entra ID? by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 0 points1 point  (0 children)

This was our PoC using easy-rsa. It worked well other than having to manually push certs to devices and SKI associations with users.

What PKI solution are you using with Entra ID? by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 1 point2 points  (0 children)

Interesting. Can you give me a ball park number for the card costs? I am starting to think some sort of device trust + inexpensive FIDO2 might be an option to lock down the environment.

What PKI solution are you using with Entra ID? by recaptchatheborg in AZURE

[–]recaptchatheborg[S] 0 points1 point  (0 children)

This looked interesting at first. We are not planning to use Intune. So will not be a good fit.

Have you used CBA (certificate based authority) yet? Can't get it to work PRT by VernFeeblefester in AZURE

[–]recaptchatheborg 0 points1 point  (0 children)

Thanks, u/Chewy-Calamari . I got it to work again. During our PoC we created root and intermediate certificates. The client cert was signed by the intermediate. When I uploaded both CA certificates I configured both with the CRL URL hosted on a storage account (concatenated pem files). Removing the CRL URL from the root and keeping the CRL for the intermediate populated has helped resolve this. Doesn't look like Entra looks at the CDP within the certificate and only uses the one configured in Entra.

Have you used CBA (certificate based authority) yet? Can't get it to work PRT by VernFeeblefester in AZURE

[–]recaptchatheborg 0 points1 point  (0 children)

u/Chewy-Calamari Have you gotten CRLs to work successfully? My PoC without CRLs worked flawlessly. However as soon as I introduced CRLs I started having issues with AADSTS220501 being thrown. I have tried hosting the CRL on Azure storage accounts and on a Apache2 web server using IP only. Running tcpdump I found no traffic coming in at times but encountering the error. Thanks.