Does keycloak client ID has a secret
up vote
12
down vote
favorite
Does keycloak client id has a client secret? I tried to create a client in keycloak admin but I was not able to spot client secret.
Is it auto generated? Where can I get the secret?
keycloak
add a comment |
up vote
12
down vote
favorite
Does keycloak client id has a client secret? I tried to create a client in keycloak admin but I was not able to spot client secret.
Is it auto generated? Where can I get the secret?
keycloak
add a comment |
up vote
12
down vote
favorite
up vote
12
down vote
favorite
Does keycloak client id has a client secret? I tried to create a client in keycloak admin but I was not able to spot client secret.
Is it auto generated? Where can I get the secret?
keycloak
Does keycloak client id has a client secret? I tried to create a client in keycloak admin but I was not able to spot client secret.
Is it auto generated? Where can I get the secret?
keycloak
keycloak
asked Jun 26 '17 at 2:02
王子1986
505923
505923
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
18
down vote
accepted
Your client need to have the access-type
set to confidential
, then you will have a new tab credentials
where you will see the client secret. https://keycloak.gitbooks.io/documentation/content/server_admin/topics/clients/oidc/confidential.html
5
To anyone as confused as me: This "Credentials" tab will only appear after saving the client settings (while fields on the current tab will appear immediately).
– ThePadawan
Jan 9 at 9:56
The client may need a non-blank Description value, too. It did for me in version 3.2.1.
– James McLachlan
Apr 30 at 14:25
add a comment |
up vote
8
down vote
Client need to have the access-type
set to confidential
and you can see the client Secret in credentials tab
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f44752273%2fdoes-keycloak-client-id-has-a-secret%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
18
down vote
accepted
Your client need to have the access-type
set to confidential
, then you will have a new tab credentials
where you will see the client secret. https://keycloak.gitbooks.io/documentation/content/server_admin/topics/clients/oidc/confidential.html
5
To anyone as confused as me: This "Credentials" tab will only appear after saving the client settings (while fields on the current tab will appear immediately).
– ThePadawan
Jan 9 at 9:56
The client may need a non-blank Description value, too. It did for me in version 3.2.1.
– James McLachlan
Apr 30 at 14:25
add a comment |
up vote
18
down vote
accepted
Your client need to have the access-type
set to confidential
, then you will have a new tab credentials
where you will see the client secret. https://keycloak.gitbooks.io/documentation/content/server_admin/topics/clients/oidc/confidential.html
5
To anyone as confused as me: This "Credentials" tab will only appear after saving the client settings (while fields on the current tab will appear immediately).
– ThePadawan
Jan 9 at 9:56
The client may need a non-blank Description value, too. It did for me in version 3.2.1.
– James McLachlan
Apr 30 at 14:25
add a comment |
up vote
18
down vote
accepted
up vote
18
down vote
accepted
Your client need to have the access-type
set to confidential
, then you will have a new tab credentials
where you will see the client secret. https://keycloak.gitbooks.io/documentation/content/server_admin/topics/clients/oidc/confidential.html
Your client need to have the access-type
set to confidential
, then you will have a new tab credentials
where you will see the client secret. https://keycloak.gitbooks.io/documentation/content/server_admin/topics/clients/oidc/confidential.html
answered Jun 26 '17 at 5:26
Sébastien Blanc
745410
745410
5
To anyone as confused as me: This "Credentials" tab will only appear after saving the client settings (while fields on the current tab will appear immediately).
– ThePadawan
Jan 9 at 9:56
The client may need a non-blank Description value, too. It did for me in version 3.2.1.
– James McLachlan
Apr 30 at 14:25
add a comment |
5
To anyone as confused as me: This "Credentials" tab will only appear after saving the client settings (while fields on the current tab will appear immediately).
– ThePadawan
Jan 9 at 9:56
The client may need a non-blank Description value, too. It did for me in version 3.2.1.
– James McLachlan
Apr 30 at 14:25
5
5
To anyone as confused as me: This "Credentials" tab will only appear after saving the client settings (while fields on the current tab will appear immediately).
– ThePadawan
Jan 9 at 9:56
To anyone as confused as me: This "Credentials" tab will only appear after saving the client settings (while fields on the current tab will appear immediately).
– ThePadawan
Jan 9 at 9:56
The client may need a non-blank Description value, too. It did for me in version 3.2.1.
– James McLachlan
Apr 30 at 14:25
The client may need a non-blank Description value, too. It did for me in version 3.2.1.
– James McLachlan
Apr 30 at 14:25
add a comment |
up vote
8
down vote
Client need to have the access-type
set to confidential
and you can see the client Secret in credentials tab
add a comment |
up vote
8
down vote
Client need to have the access-type
set to confidential
and you can see the client Secret in credentials tab
add a comment |
up vote
8
down vote
up vote
8
down vote
Client need to have the access-type
set to confidential
and you can see the client Secret in credentials tab
Client need to have the access-type
set to confidential
and you can see the client Secret in credentials tab
edited Nov 22 at 1:16
answered Jun 27 '17 at 23:30
ravthiru
3,56212031
3,56212031
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f44752273%2fdoes-keycloak-client-id-has-a-secret%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown