How do I implement direct identity based openid authentication with zend openid?
Answer / Santosh Kumar Bhagat
To implement direct identity-based OpenID authentication in Zend OpenID, you need to configure the Relying Party (RP) and the Identity Provider (IdP). After that, you can use Zend_OpenId_Identity class for authenticating users.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is full form of cla in zend framework?
How to add custom view helpers to zend framework 2
What are the elements used in customizing the output of using the standard decorators?
What do you mean by service manager in zend framework 2?
Tell me what are the basic operations performed by the decorator?
Explain what lucene is in the zend framework?
What is the use of bootstrap?
Write a program to show the execution of the application?
Checking whether form posted or not in zend framework?
How to connect to the mysql database in zend framework2?
How to protect your website from sql injection in zend using select query?
How to include css from controller and view in zend