OpenID Connect

Introduction

Trustelem supports authorization code and implicit flows, as well as the OpenID Connect Discovery 1.1 standard.

If your application support the discovery standard

You need to configure the application with the following settings:

trustelem.oidc.gi2dXXXX
kmzHGEKEKFH51r0xXXXXXXXXXXXXX
https://mydomain.trustelem.com/app/150XXX
https://mydomain.trustelem.com/app/150XXX/.well-known/openid-configuration

If your application does not support the discovery standard

Additional parameters are necessary:

https://mydomain.trustelem.com/app/150XXX/auth
https://mydomain.trustelem.com/app/150XXX/token
https://mydomain.trustelem.com/app/150XXX/userinfo
{"keys":[{"kty":"RSA","use":"sig","kid":"150XXX","alg":"RS256","n":"XXX...XXX","e":"AQAB"}]}

Note


Revision #4
Created 1 July 2022 08:42:34 by WALLIX Admin
Updated 24 November 2023 14:49:27 by WALLIX Admin