1 2 3 4 5 6 > >>   Sort: Date

Testing Area
What is test testing area for? The testing area is provided to allow visitors to post testing comments.
2023-12-08, 359953🔥, 20💬

💬 2024-01-23 vps-f18eb363.vps.ovh.net: Otwórz menu Otwórz menu logowania

💬 2024-01-16 csdcsda: casdcasd

💬 2024-01-04 kk: h;lo

(More comments ...)

Dump Azure AD v2.0 Authentication Response
How to build a PHP script to dump Azure AD 2.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 a...
2019-04-03, 31374🔥, 0💬

About dev.FYIcenter.com
dev.FYIcenter.com is a Website for software developer looking for software development technologies, programming tutorials, career information, and so on. Just browse through the site, you will find the best information our team has prepared for you. Other FYIcenter.com Resources: Software QA Resour...
2019-11-22, 7889🔥, 3💬

💬 2019-11-22 Nick: Hi there, I hope my original email didn't get lost in the big old internet black hole, but in case it did I thought I'd follow u...

💬 2018-12-06 FYIcenter.com: @David, the broken link is replaced. Thanks for your suggestion.

💬 2018-11-30 David Eubanks: Hi, I found a broken link on this page - http://dev.fyicenter.com/resource/18 _Best_Color_Tools_For_Web_Designers. htmlIt’s th...

Adding Claims in Azure AD v2 id_token
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claims in Azure AD v2.0 id_tokens, you need to modify your application registration in Azure AD. 1. Log in the Azure portal. 2. Select the Azure Active Directory service, and then select App registrations ...
2019-03-27, 5976🔥, 0💬

Get Application ID from Azure AD
How to register and get an application ID from Azure AD? The first step to use Azure AD is to register and get an Application ID: 1. Sign in to the Azure portal with admin permissions. 2. Click "Azure Active Directory" from the left menu. And select one Azure AD service like "default directory", if ...
2021-06-20, 5078🔥, 0💬

Azure AD App Registration Manifest
What Azure AD App Registration Manifest? Azure AD App Registration Manifest is JSON file that contains a definition of all the attributes of an application object in the Microsoft identity platform. It also serves as a mechanism for updating the application object. Here is an example Azure AD App Re...
2022-03-29, 4886🔥, 0💬

EPUB 2.0 Metadata - dc:creator and dc:contributor Elements
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator" and "dc:contributor" are optional metadata elements to specify authors and contributors of the EPUB 2.0 book. EPUB 2.0.1 specification adds two attributes, "role" and "file-as", to the "Dublin Core M...
2019-01-26, 4463🔥, 0💬

EPUB 2.0 Sample - "The Metamorphosis"
Where can I download the EPUB 2.0 sample book "The Metamorphosis" by Franz Kafka? You can following this tutorial to download the EPUB 2.0 sample book "The Metamorphosis" by Franz Kafka. 1. Go to pressbooks.com sample books page . 2. Click "EPUB" under "The Metamorphosis, by Franz Kafka (Jackson The...
2018-10-26, 3979🔥, 0💬

EPUB 2.0 Metadata - dc:publisher and dc:rights Elements
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" and "dc:rights" are optional metadata elements to specify the publisher and the rights statement of the EPUB 2.0 book. For example, the following two elements specify that this EPUB book was published...
2019-01-26, 3764🔥, 0💬

Hello-3.0.epub - Navigation File: navigation.xhtml
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation file, like navigation.xhtml, is required for an EPUB 3.0 book in the book ZIP container. It provides navigation information like a table of contents of the book. Here is the requirement on a navigatio...
2018-11-29, 3562🔥, 0💬

Hello-3.0.epub Created with WinRAR/zip
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To create the EPUB 3.0 example, Hello-3.0.epub, you need to collect all files mentioned from previous tutorials and place them in file and sub-directory structure shown below: |-- mimetype |-- package.opf |...
2018-11-11, 3530🔥, 0💬

EPUB 3.0 Metadata - dc:publisher and dc:rights Elements
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" and "dc:rights" are optional metadata elements to specify the publisher and the rights statement of the EPUB 3.0 book. For example, the following two elements specify that this EPUB book was published...
2018-05-19, 3308🔥, 0💬

3Pigs3-3.0.epub - Add Images
How to add images to my EPUB books Images can be added into book content using the XHTML "img" elements. For example, you can download this EPUB book, 3Pigs3-3.0.epub , which contains an illustration image in the The-Opening.xhtml: <?xml version="1.0" encoding="utf-8"?> <html xm...
2018-08-14, 3293🔥, 0💬

3Pigs3-3.1.epub - Add Images
How to add images to my EPUB books Images can be added into book content using the XHTML "img" elements. For example, you can download this EPUB book, 3Pigs3-3.1.epub , which contains an illustration image in the The-Opening.xhtml: <?xml version="1.0" encoding="utf-8"?> <html xm...
2018-12-26, 3247🔥, 0💬

Azure AD v1 OpenID Metadata Document
What is the Azure AD v1.0 OpenID Metadata Document? Azure AD v1.0 OpenID Metadata Document is an online JSON document that contains most of the information required for an app to perform sign-in. This includes information such as the URLs to use and the location of the service's public signing keys....
2022-05-05, 3208🔥, 0💬

Hello-3.1.epub Created with WinRAR
How to create Hello-3.1.epub with WinRAR? I have all required files to create Hello-3.1.epub. To create the EPUB 3.1 example, Hello-3.1.epub, you need to collect all files mentioned from previous tutorials: |-- mimetype |-- package.opf |-- content.xhtml |-- navigation.xhtml |-- META-INF |-- containe...
2019-01-12, 3179🔥, 0💬

Validate Azure AD v2 id_token Signature
How to validate the id_token signature received from Azure AD v2.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" ....
2023-09-06, 3173🔥, 1💬

💬 2023-09-06 rjurado01: You safe my life.

Decode Google OpenID Connect id_token
How to decode the id_token value received from Google OpenID Connect authentication response? According to the "RFC 7519 - JWT (JSON Web Token)" standard, the "id_token" value received from Google OpenID Connect authentication response should be decoded as below: Splitting the encoded string into 3 ...
2022-02-04, 3003🔥, 0💬

EPUB Sample Files
Where to find EPUB Sample Files? Here is a list of EPUB sample files collected by FYIcenter.com team. You can download them and read them on your EPUB readers. EPUB 3.0 Sample - "Year Five Maths" EPUB 3.0 Sample - "The War Poems of Siegfried Sassoon" EPUB 2.0 Sample - "The Metamorphosis" EPUB 2.0 Sa...
2022-07-26, 2892🔥, 0💬

EPUB 2.0 Metadata - dc:identifier Element
What is EPUB 2.0 Metadata "dc:identifier" Element? EPUB 2.0 Metadata "dc:identifier" is a required metadata element to specify a code that uniquely identifies the EPUB 2.0 book. To use "dc:identifier" properly, you need to meet the following two requirements: 1. <package unique-identifier="bo...
2022-04-13, 2883🔥, 0💬

Hello-2.0.epub Created with WinRAR
How to create Hello-2.0.epub with WinRAR? I have all required files to create Hello-2.0.epub. To create the EPUB 2.0.1 example, Hello-2.0.epub, you need to collect all files mentioned from previous tutorials: |-- mimetype |-- package.opf |-- content.xhtml |-- navigation.xml |-- META-INF |-- containe...
2021-04-15, 2879🔥, 0💬

EPUB 3.0 Metadata - dcterms:modified Property
What is EPUB 3.0 Metadata "dcterms:modified" property? EPUB 3.0 Metadata "dcterms:modified" is a required metadata property to specify the timestamp of when the EPUB 3.0 book was last modified. The "dcterms:modified" property must be specified in a "meta" element as shown below: <meta propert...
2018-05-19, 2848🔥, 0💬

"Sign-up or Sign-in" Flow on Azure AD B2C
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to build a "Login" link on your Web application, and redirect your users to Azure AD service to display a "Sign-up or Sign-in" page for you, you need a create a "Sign-up or Sign-in" user flow policy. 1. S...
2019-02-18, 2842🔥, 0💬

EPUB 3.0 Sample - "Year Five Maths"
Where can I download the EPUB 3.0 sample book "Year Five Maths" by Infogrid Pacific? You can following this tutorial to download the EPUB 3.0 sample book "Year Five Maths" by Infogrid Pacific. 1. Go to infogridpacific.com Free ePub3 Books page . 2. Click "Year Five Maths: Operations on Numbers (852K...
2023-08-03, 2816🔥, 1💬

💬 2023-08-03 jessi: need sample file to study.

1 2 3 4 5 6 > >>   Sort: Date