Replies: 3 comments 2 replies
-
|
Yes, it's quite easy to add pages like that.
Mostly it's just a matter of adding an entry in content.json.
See the "Keycloak Man" example for more details about customizing the
account UI.
https://github.com/keycloak/keycloak-quickstarts/tree/main/extend-account-console
Stan
…On Mon, Dec 6, 2021 at 10:03 AM Robert Kaussow ***@***.***> wrote:
Hi,
is it possible to embed a public page in an account console custom theme?
We would like to provide a help page for users to set up 2FA that can be
reached without login. Something like this:
[image: image]
<https://user-images.githubusercontent.com/3391958/144869061-756e2cab-30bb-45d5-92f8-7aaf6dfed0f0.png>
If possible, we would like to avoid hosting the page on another web server
and serve the page from the theme itself.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9014>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD32QRS7BLXOZR3T5D6METUPTGFDANCNFSM5JO26STA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Sorry. I misunderstood.
The index.ftl page does not require login. So I would just embed your page
into that. You could just show or hide your "Getting Started" info inside
the content area.
Stan
…On Mon, Dec 6, 2021 at 10:13 AM Robert Kaussow ***@***.***> wrote:
Thanks. I've tried that already, maybe I did it wrong, but the pages were
not accessible *without* an active login or am I wrong?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9014 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD32QVPU4L4NS45LX63EXTUPTHHRANCNFSM5JO26STA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xoxys
-
|
I agree. We should allow you to add pages to content.json that don't
require login. I'll keep that in mind as a new feature when we do a major
refactoring of the UI next year.
…On Mon, Dec 6, 2021 at 10:33 AM Robert Kaussow ***@***.***> wrote:
Ok got it. I don't think it looks great to embed a "complex" setup guide
into the index front page, but I'll think about it again.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9014 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD32QQNOSEF5PSI4SWTCMDUPTJURANCNFSM5JO26STA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
is it possible to embed a public page in an account console custom theme? We would like to provide a help page for users to set up 2FA that can be reached without login. Something like this:
If possible, we would like to avoid hosting the page on another web server and serve the page from the theme itself.
Beta Was this translation helpful? Give feedback.
All reactions