Skip to main content

Posts

Showing posts from 2023

Align content center - Microsoft 365 Team Sites

With modern pages in a Sharepoint Online collaboration site, content would be aligned center with white space on either sides but with Team sites the content is left aligned by default and plenty of white space on the right. However there is an easy fix to center align content in a Team site: 1. Navigate to the Settings from top right of the page by clicking the cog/gear wheel icon. 2. Select "Change the look" 3. Select Navigation from the options. 4. Select Horizontal as the option 5. Now the contents on all the pages will be aligned center. Note: This setting is site wide and not just for a page.

Microsoft Entra/Azure Portal: App registration pane versus Enterprise application pane

Difference between registering an application in the app registrations pane and adding an application in the enterprise applications pane in Microsoft Entra admin center or Azure portal. App registration is a way of reserving an app and URL with Azure Active Directory (Azure AD/Microsoft Entra), allowing it to communicate with Azure AD, hooking up any reply URLs, and enabling Azure AD services on it. When we have an application that we're developing and want to integrate it with Azure, we need to register our application in app registrations, where we'll configure the reply URL, logout URL, and API access, if needed. When we register our application, Azure AD assigns a unique application ID to it and lets us add certain capabilities, such as credentials, permissions, and sign-ins. The default settings allow only users from the tenant under which our app is registered to sign in to your application. App Registrations Pane New App registration screen It's possible to confuse