segunda-feira, 11 de novembro de 2024
domingo, 10 de novembro de 2024
How to configure Microsoft Authenticator on mobile phone using the QR code on a computer
On the computer, go to:
https://mysignins.microsoft.com/security-info
Click on
Add sign-in method
Microsoft Authenticator
It will generate a QR code
ON the mobile app, select + Add account
corporative or student
Read a QR Code
Then point the mobile camera to the computer QR code.
...
quarta-feira, 6 de novembro de 2024
terça-feira, 5 de novembro de 2024
How to open CSV file in Excel with , (comma) separator
It is possible to add:
sep=,
at the beginning of the file, and Excel will display the columns.
Example:
sep=,
"LETTER","ANIMAL"
"a","aardvark"
"b","bear"
"c","cow"
Source: https://superuser.com/q/773644/274615
sábado, 2 de novembro de 2024
sexta-feira, 1 de novembro de 2024
sábado, 13 de julho de 2024
My Microsoft Entra ID notes
Learn Live - Introduction to Azure AD B2C (youtube.com)
To be able to create new attributes, you need to add the Attribute Definition Administrator role to your user.
https://entra.microsoft.com/#view/Microsoft_AAD_IAM/CustomAttributesCatalogAttributeSetsBlade
Create Custom User Attribute in Azure AD – TheITBros
In Azure Active Directory B2C, custom policies are designed primarily to address complex scenarios. For most scenarios, we recommend that you use built-in user flows
The REST API technical profile allows you to send a complex JSON payload to an endpoint.
Define a RESTful technical profile in a custom policy - Azure AD B2C | Microsoft Learn