<< < 14 15 16 17 18 19 20 21 22 23 24 > >>   Sort: Rank

Differences between OpenID and OAuth
What are the differences between OpenID and OAuth? Here is the main difference between OpenID and OAuth: OpenID is an open standard for authentication - Allows users to be authenticated to a Website using a third-party identify management service. OAuth is an open standard for authorization - Provid...
2021-03-21, 1181🔥, 0💬

Application Registration for Google OpenID
How to register applications for Google OpenID Connect? Here are steps to register your application in your Google account. 1. Go to https://console.developers.goo gle.com. 2. Click "Credentials" from the left menu. You see a list of client application projects and their client credentials registere...
2021-03-21, 1165🔥, 0💬

Requirements for Google OpenID Connect Integration
What are requirements for OpenID Connect Integration? If you want to integrate your application with Google OpenID Connect interface, you need to prepare the following: You need a Google account. A Gmail account is good enough. Register your application as a client application project in your Google...
2021-03-21, 1146🔥, 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, 1063🔥, 0💬

Google OpenID Connect Metadata Document
What is the Google OpenID Connect Metadata Document? Google OpenID Connect Metadata Document is a 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. You c...
2021-03-07, 1501🔥, 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, 1233🔥, 0💬

Process Google OpenID Connect Authentication Request
How to the Google OpenID Connect Authentication Request is process by Google OpenID Connect service? When Google OpenID Connect service receives a 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...
2021-03-07, 1157🔥, 0💬

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, 1126🔥, 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, 1105🔥, 0💬

Connect to Local Playground Server
How to connect to my local Hyperledger Composer Playground Server? When your local Hyperledger Composer Playground Server is started, it listens to the 8080 port by default. So you can connect to the server with a Web browser on the local system, using the following address: http://localhost:8080 If...
2021-02-17, 998🔥, 0💬

"gyp ERR! stack Error: EACCES: permission denied"
Why am I getting the "gyp ERR! stack Error: EACCES: permission denied" error when installing Hyplerledger Composer REST API Server? You may get the "gyp ERR! stack Error: EACCES: permission denied" error, when using older version of "npm" to install Hyplerledger Composer REST API server: $ sudo npm ...
2021-02-17, 893🔥, 0💬

What is Hyperledger Composer Playground Server
What is Hyperledger Composer Playground Server? Hyperledger Composer Playground Server is a Web server that allows you to run and control your own Hyperledger Composer Playground. Hyperledger Composer Playground Server is included in the Hyperledger Composer tool set. It is normally installed as par...
2021-02-17, 873🔥, 0💬

Hyperledger Composer Playground Server
Where to find tutorials on Hyperledger Composer Playground Server. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Hyperledger Composer Playground Server. What is Hyperledger Composer Playground Server Start Hyperledger Composer Playground Serv...
2021-02-17, 832🔥, 0💬

Hyperledger Composer Tutorials
Where to find tutorials on Hyperledger Composer? I want to know how to create Hyperledger Composer business networks. Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team about Hyperledger Composer: Introduction of Hyperledger Composer Hype...
2021-02-04, 1120🔥, 0💬

"composer network" - Deploy BNA File
How to deploy and start a business network BNA file to the local Hyperledger Fabric developer environment? You can use the "composer network" command to deploy and start a business network BNA file on the local Hyperledger Fabric developer environment: $ cd tutorial-network $ composer network instal...
2021-02-04, 1029🔥, 0💬

"composer archive" to Generate BNA File
How to package my business network source code files into a BNA file for deployment? You can use the "composer archive create" command to package my business network source code files into a BNA file for deployment: $ cd tutorial-network $ composer archive create -t dir -n . $ ls -l tutorial-network...
2021-02-04, 1005🔥, 0💬

Building Business Network with Hyperledger Composer
Where to find tutorials on Building Business Network with Hyperledger Composer. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Building Business Network with Hyperledger Composer. "yo" Command to Generate Business Network "composer archive" to...
2021-02-04, 843🔥, 0💬

"yo" Command to Generate Business Network
How to generate required source code files for a new business network with Hyperledger Composer command line tools? You can use the "yo" command line tool to generate required source code files for a new business network as shown below. 1. Run "yo" command with the "hyperledger-composer:business netw...
2021-02-04, 840🔥, 0💬

Azure AD v2 OpenID Metadata Document
What is the Azure AD v2.0 OpenID Metadata Document? Azure AD v2.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....
2021-01-09, 1563🔥, 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, 1331🔥, 0💬

Azure AD Integration v2.0
Where to find tutorials on Azure AD Integration v2.0? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Azure AD Integration v2.0. Authentication Flows with Azure AD v2 Azure AD v2 OpenID Metadata Document Azure AD v2 Sign-On Authentication Reque...
2021-01-09, 1240🔥, 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, 1209🔥, 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, 1078🔥, 0💬

"composer network start" Errors
Why am I getting errors when running the "composer network start" command? There are couple of reasons why you are getting errors when running the "composer network start" command to start business network. Error Example 1 - The business network NBA file was not deployed correctly, or has been remov...
2020-12-26, 1853🔥, 0💬

<< < 14 15 16 17 18 19 20 21 22 23 24 > >>   Sort: Rank