Re: [cas-user] OpenID Connect server

2016-10-18 Thread Michael
Hi, Is below link to the management webapp? https://github.com/apereo/cas-services-management-overlay/tree/5.0 On Tuesday, October 18, 2016 at 6:09:51 PM UTC+3, Misagh Moayyed wrote: > > Yes, via the management webapp. > > -- CAS gitter chatroom: https://gitter.im/apereo/cas CAS mailing list

Re: [cas-user] OpenID Connect server

2016-10-18 Thread Misagh Moayyed
Yes, via the management webapp. From: "Michael" <furman.mich...@gmail.com> To: "CAS Community" <cas-user@apereo.org> Cc: "Misagh Moayyed" <mmoay...@unicon.net> Sent: Tuesday, October 18, 2016 5:53:07 PM Subject: Re: [cas-user] OpenID

Re: [cas-user] OpenID Connect server

2016-10-18 Thread Michael
Thanks Misagh, I still need a clarification. Is the static registration supported at runtime? I need to add and remove clients via static registration. Thank you for your help, Michael -- CAS gitter chatroom: https://gitter.im/apereo/cas CAS mailing list guidelines:

Re: [cas-user] OpenID Connect server

2016-10-18 Thread Misagh Moayyed
The link below describes the dynamic registration. Does CAS support the static registration? I supposed the JSON example related to the static registration. Yes. That’s it. The dynamic part is the “REST API” you had in mind which isn’t implemented, but would be trivial to do so. 2) Is it

Re: [cas-user] OpenID Connect server

2016-10-18 Thread Misagh Moayyed
1)  I need to register and unregister clients dynamically at the runtime. How can I do it? https://openid.net/specs/openid-connect-registration-1_0.html  2)  How can I configure claims that OIDC server will return to the client? Can I add my custom claims?