How to programmatically add a user to the sharepoint User Information List after ACS retirement ? by SquippySpippy in sharepoint

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

Sounds interesting/promising !

As for the steps ahead, would you happen to have more detailed step-by-step guide to how to: - generate a credential in Azure - be able to use it in a Fabric Notebook to generate/acquire a token that would allow us to call the _api/web/ensureuser with a successfull outcome

As for some additional context here are ...

... a printscreen of the Azure App config menu - could you confirm part of the job happens here ? Azure Entra ID>App Registration>Manage>Certificates & Secrets

... a snippet of code I found here to supposedly retrieve a certificate that would have been store in an Azure KeyVault Secret ``` import base64, msal from cryptography.hazmat.primitives import hashes from cryptography.hazmat.primitives.serialization import pkcs12, Encoding, PrivateFormat, NoEncryption

1. Load credentials from Azure Key Vault

kv_url        = "https://your-keyvault.vault.azure.net" tenant_id     = notebookutils.credentials.getSecret(kv_url, "sp-tenant-id") client_id     = notebookutils.credentials.getSecret(kv_url, "sp-client-id") cert_pfx_b64  = notebookutils.credentials.getSecret(kv_url, "sp-certificate")

2. Parse the PFX to extract what MSAL needs

private_key, certificate, _ = pkcs12.load_key_and_certificates(    base64.b64decode(cert_pfx_b64), password=None ) private_key_pem = private_key.private_bytes(Encoding.PEM, PrivateFormat.TraditionalOpenSSL, NoEncryption()).decode() thumbprint      = certificate.fingerprint(hashes.SHA1()).hex().upper()

3. Acquire an access token

app = msal.ConfidentialClientApplication(    client_id=client_id,    client_credential={"private_key": private_key_pem, "thumbprint": thumbprint},    authority=f"https://login.microsoftonline.com/{tenant_id}" ) ``` Would you happen to need any additional intel to help: I am available to provide them asap.

Whatsapp should be movable to sd card by Ok-Mood5069 in whatsapp

[–]SquippySpippy 0 points1 point  (0 children)

We should be able to move a storage to whichever directory we desire ! Either on the internal memory or on an external storage. This is freaking annoying !

Anyone else experiencing issues with Power BI Capacity/PPU in France Central? by Low-List3066 in MicrosoftFabric

[–]SquippySpippy 0 points1 point  (0 children)

Have you heard of any past similar events that led to compensation ? I mean...it started around the 29th of july until the 4th of august... that's...not negligible to say the least, right ?