KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
eid-idp-php-example
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
step-by-step-neural-network
:
step-by-step, implement a neural network with python and numpy to recognize handwritten number
messages
:
send me messages
symfony2-meteorjs-reactjs-example
:
Symfony, MeteorJs and ReactJs are in a ranch of ponies - How to get realtime on symfony2 app easily
garden.contextmenu
:
Migrated to https://github.com/kivy-garden/contextmenu
Sky548New
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
eid-idp-php-example
?
Download (.md)
# eID Identity Provider PHP Examples This project contains some PHP examples on how to integrate with eID Identity Provider using OpenID. We also provided an example that uses a pop-up window. This project is using a patched version (added i18n support) of the LightOpenID PHP library. The original library is available at: https://code.google.com/p/lightopenid/ The example code has been tested against both eID Identity Provider v1 and v2. ## iframe Please notice that the usage of an `iframe` for integrating the eID Identity Provider should be avoided, as the security policy implemented by modern web browsers is getting more strict. Also, the eID Chrome solution, which has been integrated within eID Identity Provider v2, cannot operate from within an `iframe`. ## Language selection The language to be used by the eID Identity Provider can be configured via: ``` $openid->lang = 'nl'; ``` ## Production Usage Important notice for production usage: change `localhost` in the code: ``` $openid = new LightOpenID('localhost'); ``` to the actual DNS-name of your server. ## Supported Web browsers The pop-up example has been tested against the following web browsers: * Firefox 39 (Linux/Windows/Mac) * Google Chrome 44 (Linux/Windows/Mac) * Internet Explorer 11 * Safari 8 * Opera 30