Hello,
CAS 5.3.x, CAS-management. I imported a OIDC service definition to UI.
Looks like this. But the UI is asking me to provide JSON Web KeyStore,
Encryption Algorithm, and Encryption Encoding Algorithm. What are these?
On both cas.properties and management.properties, I have defined this.
Should not cas-management load this already?
cas.authn.oidc.jwksFile=file://....../my.jwks
Thx!
Yan
{
"@class": "org.apereo.cas.services.OidcRegisteredService",
"clientId": "demoOIDC",
"clientSecret": "password",
"serviceId": "^https://oidcdebugger.com/debug",
"signIdToken": true,
"implicit": true,
"bypassApprovalPrompt": true,
"name": "debugger app",
"id": 207929965088748,
"attributeReleasePolicy" : {
"@class" : "org.apereo.cas.services.ReturnAllAttributeReleasePolicy"
},
"evaluationOrder": 100,
"encryptIdToken": false,
"scopes": [ "java.util.HashSet",
[ "openid", "email"]
],
"keys": [
{
"kty": "RSA",
"d": ".....",
"e": "AQAB",
"use": "sig",
"alg": "RS256",
"n": "....."
}
]
}
--
- 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/4ed6f796-d7ca-448e-8e3f-f573d50c0800%40apereo.org.