<< < 2 3 4 5 6 7 8 9 10 > >>   Sort: Date

Build Implicit Flow with Azure AD v1
How to implement the OpenID Implicit Flow with Azure AD v1.0 service? If you want to implement the OpenID Implicit Flow in your Web application to use Azure AD service, you should follow these steps: 1. Building the Azure AD v1.0 Sign-on authentication request: Register your Web application to the A...
2021-05-16, 1336🔥, 0💬

Authentication Flows with Azure AD v2
What are Authentication Flows Supported by Azure AD v2.0 service? Azure AD v2.0 service supports 3 Authentication Flows: 1. Implicit Flow - The Implicit Flow is simple to implement. But it is less secure. Authentication is done in a single call to Azure AD service, which returns the "id_token" conta...
2021-01-09, 1336🔥, 0💬

Register Azure AD B2C Application
How to register my application as an Azure AD B2C application in my Azure AD B2C account? If you want to register an application as an Azure AD B2C application in your Azure AD B2C account, your application should be: Able to allow users who are members and their identities are managed locally in th...
2019-03-08, 1334🔥, 0💬

Validate Azure AD v1 id_token
How to validate the id_token value received from Azure AD v1.0 authentication response? As you can see from the previous tutorials, you can easily decode the "id_token" value received from Azure AD authentication response using a simple PHP script. After decoding, you can get all information about t...
2021-05-16, 1332🔥, 0💬

Google OpenID Authentication Request Test
How to build a Google OpenID Authentication Request Test page? The Authentication Request is the first call to the Google OpenID Connect service. You can build a simple Web form page to test different behavior of the Authentication Request. Here is an example, Google-OpenID-Authentication-R equest-Te...
2022-04-13, 1321🔥, 0💬

Google OpenID Connect Access Token Request
What is the Google OpenID Connect Access Token Request? If you want to implement the authentication code flow, also called server flow, to integrate your application with Google OpenID Connect, you need to have a good understanding of the Google OpenID Connect access token request, which is the seco...
2019-02-05, 1316🔥, 0💬

Application ID Settings on Azure AD
What settings are associated an application ID on Azure AD? Once you Website is registered on Azure AD with an Application ID, you can open and modify its settings described below: 1. Sign in to the Azure portal with admin permissions. 2. Go back to "Azure Active Directory &gt; default directory...
2022-05-05, 1315🔥, 0💬

Dump Azure AD v1 Authentication Response
How to build a PHP script to dump Azure AD v1.0 Authentication Response? If you are use the Azure-AD-Authentication-Reques t-Test.htmltest Web form, you need to write a server side script to dump the Azure AD Authentication Response. Here is an example of PHP script, openID_receiver.php, that dumps ...
2022-05-01, 1299🔥, 0💬

Add Google as Identity Provider on Azure AD B2C
How to add Google as an identity provider to my Azure AD B2C account? I have registered Azure AD B2C as a Google client application. After you have registered Azure AD B2C as a Google client application, and recorded the "Client ID" and "Client Secret", you can now add Google as an identity provider...
2019-03-08, 1290🔥, 0💬

Validate Azure AD v1 id_token Signature
How to validate the id_token signature received from Azure AD v1.0 authentication response? You can use some existing libraries to perform the Azure AD "id_token" signature validation using libraries of different programming languages as suggested in "Azure Active Directory access tokens" article" ....
2021-05-16, 1288🔥, 0💬

Open and Read EPUB Book with Calibre
How to Open and Read EPUB Book with Calibre? You can follow this tutorial to Open and Read EPUB Book with Calibre on your Windows computer, if you have "The Metamorphosis" EPUB book downloaded at \fyicenter\Metamorphosis-jacks on.epub.1. Search and run Calibre on your Windows computer. You see the C...
2018-08-06, 1276🔥, 0💬

What Is Kindle for PC
What Is Kindle for PC? Kindle for PC is a free EPUB book reader provided by Amazon. Some nice features of Kindle for PC include Text alignment and line spacing - Click the image of font icon button to set a text alignment for your books and determine their line spacing. For more information, see Kin...
2022-07-01, 1266🔥, 0💬

Read PDF Book with Kindle for PC
How to Read PDF Book with Kindle for PC? You can follow this tutorial to open and read a PDF book with "Kindle for PC". 1. Search and run "Kindle for PC" on your Windows computer. 2. Click "File &gt; Import PDF..." menu. You see the open file screen. 3. Locate and select the PDF book you want to...
2018-07-13, 1255🔥, 0💬

Initiate Google OpenID Connect Access Token Request
How to initiate Google OpenID Connect Access Token Request? The Google OpenID Connect Access Token Request should be initiated from your application Web server. This is why the authentication code flow is more secure than the implicit flow, because the "id_token" value will be received by Web server...
2019-02-05, 1252🔥, 0💬

Azure AD v2 Access Token Request Test Page
How to build an Azure AD 2.0 Access Token Request Test page? The Access Token Request is the second call to the Azure AD service in the authentication code flow to retrieve the id_token with the authentication code received from the first call. You can build a simple Web form page to test different ...
2019-03-27, 1245🔥, 0💬

Process Azure AD v2 Authentication Request
How to the Azure AD v2.0 Sign-On Authentication Request is process by Azure AD service? When Azure AD service receives a Sign-On Authentication Request from an end user's Web browser, it will: Verify if the "client_id" value in the request is valid. If not, display an error message page to the end u...
2019-05-03, 1244🔥, 0💬

Build Authorization Code Flow with Google OpenID Connect
How to implement the OpenID Authorization Code Flow with Google OpenID Connect service? If you want to implement the OpenID Authorization Code Flow (also called the Server Flow) in your Web application to use Google OpenID Connect service, you should follow these steps: 1. Building the Google OpenID...
2022-02-04, 1243🔥, 0💬

Authentication Response Received from Google OpenID Connect
How to process the authentication response received from Google OpenID Connect service after sending an authentication request? After Google OpenID Connect service receives an authentication request from the end user's Web browser, it will process the request and redirect the Web browser to the "red...
2021-03-07, 1238🔥, 0💬

Install Adobe Digital Editions for Windows
How to install Adobe Digital Editions for Windows? You can follow this tutorial to download and install Adobe Digital Editions on your Windows computer. 1. Go to Adobe Digital Editions download site . 2. Click "Download Digital Edition 4.5.7 Windows (8.24MB)" link. You see download started. 3. Save ...
2019-01-01, 1232🔥, 0💬

Kindle for PC
Where to find tutorials on using Kindle for PC? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on using Kindle for PC. What Is Kindle for PC Download and Install Kindle for PC Run and Register Kindle for PC Sign Out from Kindle for PC Read MOBI B...
2022-07-01, 1225🔥, 0💬

Azure AD Integration Versions 1 and 2
What are differences of v1.0 and v2.0 of Azure AD Integration? The main difference between v1.0 and v2.0 of Azure AD Integration is who can sign in to your application: Azure AD v1.0 allows only work and school accounts to sign in to your application. Azure AD v2.0 allows work and school accounts fr...
2021-01-09, 1214🔥, 0💬

Validate Google OpenID Connect id_token
How to validate the id_token value received from Google OpenID Connect authentication response? As you can see from the previous tutorials, you can easily decode the "id_token" value received from Google OpenID Connect authentication response using a simple PHP script. After decoding, you can get al...
2022-02-04, 1212🔥, 0💬

Azure AD, B2B and B2C
What are differences between Azure AD, B2B and B2C? Azure AD actually offers 3 different services: Azure AD - Provide authentication services to users in your own organization. Azure AD B2B - Provide authentication services to users in your own organizations and your external partner organizations. ...
2021-06-20, 1212🔥, 0💬

What Is id_token
What is id_token used in OpenID Connect protocol? "id_token" is Base64URL encoded string returned from the authentication service provider after the user successfully finishes the authentication process. "id_token" follows the "RFC 7519 - JWT (JSON Web Token)" to encode authentication information. Y...
2022-05-31, 1211🔥, 0💬

<< < 2 3 4 5 6 7 8 9 10 > >>   Sort: Date