Skip to content

Commit

Permalink
deploy: add android-app keycloak-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sszuev committed Dec 31, 2024
1 parent 8643265 commit 5411236
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions tutor-deploy/data/keycloak/import/flashcards-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,72 @@
} ],
"defaultClientScopes" : [ "web-origins", "roles", "profile", "email" ],
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
}, {
"clientId": "flashcards-android",
"name": "flashcards-android",
"description": "",
"rootUrl": "",
"adminUrl": "",
"baseUrl": "",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"http://localhost:8080",
"com.github.sszuev.flashcards.android://oauth2redirect"
],
"webOrigins": [
"*"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": true,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": true,
"protocol": "openid-connect",
"attributes": {
"oauth2.device.authorization.grant.enabled": "false",
"access.token.signed.response.alg": "RS256",
"backchannel.logout.revoke.offline.tokens": "false",
"use.refresh.tokens": "true",
"oidc.ciba.grant.enabled": "false",
"client.use.lightweight.access.token.enabled": "false",
"id.token.signed.response.alg": "RS256",
"backchannel.logout.session.required": "true",
"client_credentials.use_refresh_token": "false",
"acr.loa.map": "{}",
"require.pushed.authorization.requests": "false",
"tls.client.certificate.bound.access.tokens": "false",
"display.on.consent.screen": "false",
"pkce.code.challenge.method": "S256",
"token.response.type.bearer.lower-case": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"acr",
"roles",
"profile",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
} ],
"clientScopes" : [ {
"id" : "98e61b34-d26f-4936-8e26-2fc35e5e7b31",
Expand Down

0 comments on commit 5411236

Please sign in to comment.