Unicon / tool13demo

LTI 1.3 Java tool with Spring boot
Apache License 2.0
21 stars 17 forks source link

Config page is asking for the login #45

Closed devil1329 closed 1 year ago

devil1329 commented 1 year ago

I run this repo and try to test the config end point but it is asking for the login credentials. What are those, please tell me. I'm new to this authentication and all and is reading about lti. I figured out most of the part but didn't get anything regarding the login credentials.

config page

ddelblanco commented 1 year ago

in this file

https://github.com/Unicon/tool13demo/blob/master/src/main/resources/application.properties

in this section:

if the password is not set, a random one is generated and displayed on

start in the log. terracotta.admin.user = admin

terracotta.admin.password = setyourpassowrdfortheadminuser

You can set the user and password or allow the app to generate a random one and look at the log for it during the start time.

Regards!

On Thu, Jul 20, 2023 at 11:56 PM vishnu kumar singh < @.***> wrote:

I run this repo and try to test the config end point but it is asking for the login credentials. What are those, please tell me. I'm new to this authentication and all and is reading about lti. I figured out most of the part but didn't get anything regarding the login credentials.

[image: config page] https://user-images.githubusercontent.com/68421295/255085167-e4979184-cb2f-4200-b8f3-9f97f5bdc385.png

— Reply to this email directly, view it on GitHub https://github.com/Unicon/tool13demo/issues/45, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLUQUHYKSBA5YIIDQHD35TXRIKXZANCNFSM6AAAAAA2SLYP2M . You are receiving this because you are subscribed to this thread.Message ID: @.***>

devil1329 commented 1 year ago

Thank You it did helped me.