Hi
I'm using CAS 6.1.7 with OIDC Server
In my service definition I have
{
"@class" : "org.apereo.cas.services.OidcRegisteredService",
"clientId": "client",
"clientSecret": "secret",
"serviceId" : "https://the-redirect-uri",
"name": "Test",
"id": 1,
"supportedResponseTypes": [ "java.util.HashSet", [ "code" ] ],
"supportedGrantTypes": [ "java.util.HashSet", [ "authorization_code" ] ],
*"bypassApprovalPrompt" : true,*
"scopes" : [ "java.util.HashSet",
[ "openid", "email", "offline_access"]
]
}
But after sign in I still get this prompt
[image: image.png]
Is this screen expected while having bypassApprovalPrompt=true?
I was hoping to avoid this screen.
Regards / Groete
*Charl Thiem*
Senior Developer | +27 (0) 21 970 4000 | [email protected] |
www.opencollab.co.za | @opencollab
--
See OpenCollab email disclaimer atÂ
http://www.opencollab.co.za/email-disclaimer
<http://www.opencollab.co.za/email-disclaimer>
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAK5fTW5zfPMuwUsV1MhM84%2BkHDD-z4p84KEGraSD1CkipiVP8w%40mail.gmail.com.