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

Google OpenID Connect Authentication Request
What is the Google OpenID Connect Authentication Request? Before deciding which authentication flow you want to implement in your Web application, you need to have a good understanding of the Google OpenID Connect authentication request, which is the first call you have to make in any authentication...
2021-03-07, 1129🔥, 0💬

EPUB not Supported on Kindle for PC
Can I open and read EPUB books with Kindle for PC? No. You can not I open and read EPUB books with Kindle for PC? Amazon does not want Kindle for PC to support EPUB file format. If you have EPUB books and want to read them in Kindle devices, you have to use a software tool like "Calibre" to convert ...
2018-07-13, 1129🔥, 0💬

What Is Azure AD B2C
What is Azure AD (Active Directory) B2C (Business To Consumer)? Azure AD B2C provides authentication services to users in your own organizations, your external partner organizations, and any users with Microsoft ID or other IDs like Google or Facebook. Azure Active Directory (Azure AD) B2C is an ide...
2019-03-20, 1128🔥, 0💬

Process Azure AD v1 Authentication Request
How to the Azure AD v1.0 Sign-On Authentication Request is process by Azure AD service? When Azure AD v1.0 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 ...
2022-05-01, 1121🔥, 0💬

Authentication Response Received from Azure AD v1
How to process the authentication response received from Azure AD v1.0 service after sending a sign-on authentication request? After Azure AD v1.0 service receives a sign-on authentication request from the end user's Web browser, it will process the request and redirect the Web browser to the "redir...
2022-05-01, 1118🔥, 0💬

Build Implicit Flow with Google OpenID Connect
How to implement the OpenID Implicit Flow with Google OpenID Connect service? If you want to implement the OpenID Implicit Flow in your Web application to use Google OpenID Connect service, you should follow these steps: 1. Building the Google OpenID Connect Sign-on authentication request: Register ...
2022-02-04, 1118🔥, 0💬

OpenID Connect Authorization Code Flow
What is the authentication code flow specified in OpenID Connect? The Authorization Code Flow is most secure authentication flow specified in OpenID Connect. Here are the steps of the Authorization Code flow given in the OpenID Connect 1.0 specification: Rely Party prepares an authentication request...
2021-08-11, 1111🔥, 0💬

Initiate Google OpenID Connect Authentication Request
How to initiate Google OpenID Connect Authentication Request? The Google OpenID Connect v1.0 Authentication Request must be initiated from the end user's Web browser, because the Google OpenID Connect service needs to communicate with the Web browser to make sure that the end user is signed on to a ...
2021-03-07, 1108🔥, 0💬

Capture Google OpenID Connect Authentication Response
How to capture the Google OpenID Connect Authentication Response? If you are use the Google-OpenID-Connect-Test-Pag e.htmltest Web form using "response_type=id_token" to test the implicit flow, you can capture the id_token value with the browser. 1. Run Google-OpenID-Connect-Test-Pag e.htmlin a Web ...
2022-03-29, 1097🔥, 0💬

Add App Secret Keys on Azure AD
How to add a secret key in an app registration on Azure AD? Secret keys in an app registration on Azure AD are used to authenticate the access token request in the authentication code flow. You can add a new secret key in your app registration on Azure AD by following these steps: 1. Sign in to the ...
2022-03-29, 1095🔥, 0💬

Application Registration on Azure AD B2C
How to register applications in Azure AD B2C? If you login to your Azure AD B2C account, you will see two places to register applications. 1. Register applications in "Azure Active Directory" - Your Azure AD B2C account also acts like a normal Azure AD account. You can register your application as a...
2019-03-20, 1091🔥, 0💬

What Is the Authentication Claim in id_token
What is the authentication claim in an id_token? The authentication claim is the information carried in the id_token body component. OpenID Connect 1.0 specification defines the following primary properties on the authentication claim: "iss" - Required. Identifies the "Issuer" of this authentication...
2022-05-31, 1084🔥, 0💬

Azure AD v2 Sign-On Authentication Request
What is the Azure AD v2.0 Sign-On Authentication Request? Before deciding which Azure AD v2.0 authentication flow you want to implement in your Web application, you need to have a good understanding of the Azure AD v2.0 Sign-on authentication request, which is the first call you have to make in any ...
2021-01-09, 1081🔥, 0💬

Authentication Flows with Google OpenID Connect
What are Authentication Flows Supported by Google OpenID Connect service? Google OpenID Connect 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 Google OpenID Connect service, which...
2021-03-21, 1066🔥, 0💬

What Is Azure Active Directory
What Is Azure Active Directory (Azure AD)? Azure Active Directory (Azure AD) is Microsoft's multi-tenant, cloud-based directory, and identity management service. Azure AD combines core directory services, application access management, and identity protection in a single solution, offering a standar...
2021-06-20, 1065🔥, 0💬

Azure AD App Registrations (Preview)
What Azure AD App Registrations (Preview)? Azure AD App Registrations (Preview) is the new application registration management tool replacing the old App Registrations. App Registrations (Preview) offers the following new functionalities: Quickstart - Tutorials and guides for developers. Branding - ...
2022-03-29, 1053🔥, 0💬

ERROR(NCX-001) - NCX identifier Not Match
How to fix the "ERROR(NCX-001) - NCX identifier ... does not match OPF identifier ..." error? When you validate a EPUB 2.0 package with EpubCheck, you may see the following error: C:\fyicenter&gt; java -jar epubcheck.jar Error-NCX-ID-Not-Match-2.0.epu bValidating using EPUB version 2.0.1 rules. ...
2022-11-04, 895🔥, 0💬

ERROR(PKG-006) - Mimetype Not the First
How to fix the "ERROR(PKG-006) - Mimetype file entry is missing or is not the first file ..." error? When you validate a EPUB 2.0 package with EpubCheck, you may see the following error: C:\fyicenter&gt; java -jar epubcheck.jar Error-Mimetype-Not-First-2.0.e pubValidating using EPUB version 2.0....
2022-04-21, 821🔥, 0💬

ERROR(PKG-005) - Mimetype Has Extra Field
How to fix the "ERROR(PKG-005) - The mimetype file has an extra field of length 28 ..." error? When you validate a EPUB 2.0 package with EpubCheck, you may see the following error: C:\fyicenter&gt; java -jar epubcheck.jar Error-Mimetype-Not-First-2.0.e pubValidating using EPUB version 2.0.1 rule...
2022-11-04, 762🔥, 0💬

Hello-3.2.epub - EPUB 3.2 Simple Demonstration
How to build a simple EPUB file to demonstrate some EPUB 3.2 features? You can follow this tutorial to build a simple EPUB file to demonstrate some EPUB 3.2 features Create 5 required files and place them according to the following structure: ├── mimetype ├── META-INF │   └── container.xml ├─...
2022-02-09, 718🔥, 0💬

ERROR(OPF-030) - unique-identifier Not Found
How to fix the "ERROR(OPF-030) - The unique-identifier ... was not found" error? When you validate a EPUB 2.0 package with EpubCheck, you may see the following error: C:\fyicenter&gt; java -jar epubcheck.jar Error-Unique-ID-Not-Found-2.0. epubValidating using EPUB version 2.0.1 rules. ERROR(OPF-...
2022-11-04, 659🔥, 0💬

Introduction of EPUB 3.2 Specification
Where to find tutorials on introduction of EPUB 3.2 Specification? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on introduction of EPUB 3.2 Specification. What Is EPUB 3.2 Specification Changes on EPUB Packages 3.2 Changes on EPUB Content Docum...
2022-11-04, 621🔥, 0💬

What Is EPUB 3.2 Specification
What Is EPUB 3.2 Specification? EPUB 3.2 Specification is the 3.2 version of EPUB specification, released on May 8, 2019. EPUB 3.2 is considered as a successor to both EPUB 3.0.1 and EPUB 3.1. EPUB 3.1 did not receive wide adoption due to incompatibilities with previous versions, so EPUB 3.2 was dev...
2022-04-21, 587🔥, 0💬

Changes on EPUB OCF 3.2
What are changed made on EPUB Open Container Format (OCF) 3.2 specification? EPUB Open Container Format (OCF) 3.2 specification has the following changes. 1. Encryption and Compression Order - The order of encryption and compression has been clarified. The new rules clarify that compression is not n...
2022-04-21, 557🔥, 0💬

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