Last modified by messines on 2021/06/08 17:32

From version 1.1
edited by messines
on 2020/07/15 17:45
Change comment: There is no comment for this version
To version 1.2
edited by messines
on 2020/07/15 17:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,0 +1,10 @@
1 +== Abstract ==
2 +
3 +You had been creating an OIDC client following our guide [[https:~~/~~/wiki.ebrains.eu/bin/view/Collabs/collaboratory-community-apps/Community%20App%20Developer%20Guide/Registering%20an%20OIDC%20client/>>https://wiki.ebrains.eu/bin/view/Collabs/collaboratory-community-apps/Community%20App%20Developer%20Guide/Registering%20an%20OIDC%20client/]]
4 +
5 +The redirect_uri is set with the url of your application, in this exemple we will use postman, a platform for api developement, use your own application, for exemple when you loggin to this wiki, the redirect uri is [[https:~~/~~/wiki.ebrains.eu/*>>https://wiki.ebrains.eu/*]]
6 +
7 +The client is confidential with a secret, you obtain it throught the registering oidc client tutorial above.
8 +
9 +
10 +