Posts

Google Pixel 2 Watch: A Review of the Latest Smartwatch from Google

Google Pixel Watch 2: Everything you need to know Google has finally unveiled its second-generation smartwatch, the Google Pixel Watch 2, at its Made by Google event on October 4, 2023. The new watch comes with a host of improvements and features that make it a worthy successor to the original Pixel Watch. Here's everything you need to know about the Google Pixel Watch 2. Design and display The Google Pixel Watch 2 has a sleek and minimalist design that features a circular 1.2-inch AMOLED display with a resolution of 416 x 416 pixels. The display is bright and sharp, and supports always-on mode for easy glanceability. The watch also has an ambient light sensor that adjusts the brightness automatically according to the environment. The watch case is made of 100% recycled aluminum, which makes it lighter and more eco-friendly than the previous model. The watch also has a larger and more flush crown that can be used to navigate the interface and access Google Assistant. The watch is a

All about new IPhone15

Are you ready for the most amazing smartphone ever? The new iPhone 15 is here and it's packed with incredible features that will blow your mind. Here are some of the reasons why you need to get your hands on this device as soon as possible. - The iPhone 15 has a stunning 6.7-inch OLED display that covers the entire front of the phone. The screen has a resolution of 2778 x 1284 pixels and supports HDR10 and Dolby Vision. You can enjoy watching your favorite movies and shows in crystal clear quality and vibrant colors. - The iPhone 15 has a powerful A16 Bionic chip that delivers fast performance and smooth multitasking. The chip also has a neural engine that enables advanced machine learning and artificial intelligence capabilities. You can use features like Face ID, Siri, Animoji, and more with ease and speed. - The iPhone 15 has a amazing camera system that lets you capture stunning photos and videos. The rear camera has a 12-megapixel wide-angle lens, a 12-megapixel telephoto lens

Open edx OAuth Configuration

Open edX has specific instructions for Google, Facebook, LinkedIn, and Azure Active Directory. For more information about how to set up one or more of these integrations refer the links below. The system also supports integrations with alternative OAuth2 providers. Configure OAuth in Open Edx Google OAuth Facebook OAuth LinkedIn OAuth AZ OAuth

Configure OAuth in Open edx

  Configuring Open edX is very similar for Google, Facebook, LinkedIn, and Azure. In the  lms.env.json  file, change the value of  FEATURES  >  ENABLE_THIRD_PARTY_AUTH  to  true  (it is  false  by default). If necessary, make sure that the correct backend is specified. If you are using Google, Facebook, LinkedIn, or Active Directory, open the  lms.env.json  file and look for the  THIRD_PARTY_AUTH_BACKENDS  list. By default, the file does not contain this list. If the  lms.env.json  file does not contain the  THIRD_PARTY_AUTH_BACKENDS  list, you do not have to complete any additional steps. If the  lms.env.json  file contains the  THIRD_PARTY_AUTH_BACKENDS  list, add the backend for the applicable IdP to the list. For Google, add  "social_core.backends.google.GoogleOAuth2" . For Facebook, add  "social_core.backends.facebook.FacebookOAuth2" . For LinkedIn, add  "social_core.backends.linkedin.LinkedinOAuth2" . For Azure Active Directory, add "social_c

Register the Open edX Instance with Azure Active Directory

  You can use Azure Active Directory to allow users with Microsoft Office 365 Business accounts to sign in to Open edX. Note that this feature currently does not work with other types of Microsoft accounts (such as “@live.com” or “@hotmail.com” accounts). If you do not have a Microsoft account, create one on the  Microsoft sign in  page. If you do not have an Azure subscription, create one on the  Azure account creation  page. Note You must enter a credit card on this page, but if you do not create any virtual machines or other services besides Azure AD, you will not be charged. Go to the  Azure sign in  page. Click  New , locate  Active Directory , and then select  Create . Enter a name, domain name, and country. Create the new application. Find the new Active Directory in the portal, select  Applications , select  Add , and then select  Add an application my organization is developing . Enter a name for the app, and then select  Web Application . For  Sign-on URL , enter  <LMS   U

Register the Open edX Instance with LinkedIn

  To create the LinkedIn app, follow these steps. Go to the  LinkedIn Developers  page. Click  Create Application , enter your information in the form, and then submit the form. On the page that opens with information about the app, note the  Client ID  and  Client Secret . In the  OAuth 2.0  section, for  Authorized Redirect URL , enter  <Open   edX   instance   domain>/auth/complete/linkedin-oauth2/ . For example, for devstack, enter  http://localhost:8000/auth/complete/linkedin-oauth2/ . Select  Update  to save your information.

Register the Open edX Instance with Facebook

  To create the app in the Facebook developer portal, follow these steps. Sign in to Facebook, then go to the  Facebook for Developers  page. Select  Add a New App , and then select  Website . Enter a name for the app, and then select  Create New Facebook App ID . Enter your information in the rest of the fields in the app creation process. Under  Quick Start for Website , select  Skip Quick Start . You are now at the developer console page for the new Facebook app. Select  Settings , and note the  App ID  and  App Secret . On the  Settings  page, select  Add Platform , and then select  Website . For  Site URL , enter the URL of your Open edX instance (for example,  <http://localhost:8000/>  for devstack). In the  App Domains  field, enter the domain name from this URL (for example,  localhost ). Select  Save Changes . Under  Products  ->  Facebook Login  ->  Settings  ->  Authorized redirect URIs , enter  <Open   edX   instance   domain>/auth/complete/facebook/ .