lithnet / access-manager

Access Manager provides web-based access to local admin (LAPS) passwords, BitLocker recovery keys, and just-in-time administrative access to Windows computers in a modern, secure, and user-friendly way.
Other
239 stars 20 forks source link

Authentication issue 404 #162

Closed Afsars12 closed 2 years ago

Afsars12 commented 2 years ago

Hi Team

I have configured the Lithnet access manager as per the article, When it comes to Authentication I have selected open ID and updated client id and secret details obtained from Identity provider Okta.

the format of my redirect URI are below.

https://abc.test.local/auth/ (ABC is my host where i have installed lithnet access manager service)

Please let me know if it is correct, as I am following the below link. https://docs.lithnet.io/ams/configuration/setting_up_authentication/setting-up-authentication-with-okta

Regards Afsar

ryannewington commented 2 years ago

Hi Afsar,

When do you get the 404 error appear?

Afsars12 commented 2 years ago

Hi Ryan

I have added the application in Okta and the Lithnet access manager tile is appearing on my SSO page, whenever I click on the tile it gives me 404,

I have given the redirection links as per the article. https://abc.test.local/auth/ (ABC is my host where I have installed the Lithnet access manager service)

ryannewington commented 2 years ago

Hi Afsar,

The /auth endpoint is a special url for posting back an authorisation response after login. It is correct to use this as the sign in reply url, but it's not something you can navigate to as a user.

Your okta tile for the end user should be configured to point to the application root

eg https://abc.test.local/

Ryan

Afsars12 commented 2 years ago

Hi Afsar,

The /auth endpoint is a special url for posting back an authorisation response after login. It is correct to use this as the sign in reply url, but it's not something you can navigate to as a user.

Your okta tile for the end user should be configured to point to the application root

eg https://abc.test.local/

Ryan

Thanks Ryan, it helped

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.