Prerequisites for Implementation
OpenID Settings
- Navigate to relevant page on mID Provider dashboard for OpenID configuration.
- Choose
Clients
on the left side menu to open the Client Applications page. - Click on the
create
button to create a New Client Application.
- You can define your name into the Client ID and click on the
save
button.
After creating a new client, the dashboard will display all necessary information to fill in order to use in your Web App development.
You can complete by defining all the links as shown in the picture below. (If you enter “*” into the Redirect-URL field, it means all the links are allowed.)
- To find out the
client secret
for the specific client application that you created, make sure theAccess type
is set toconfidential
and click on thesave
button.