238
Views
5
Comments
Solved
Switch back authentication provider

Hi There,

In the ServiceCenter we changed the authentication profile of our on premise system to AD, but apparently the configuration isn't done the right way. I think you already know what happened next......now we can't login to our system/studio anymore. Is there any other way to switch back to the standard OS authentication?

I hope you guys can help?!

Kind Regards,

Jasper

2017-07-06 09-31-00
Jasper Oudenaarden
Solution

Somehow we finally managed to login to lifetime using the Administrator account. So the next step to edit the DB wasn't necessary luckily   

@Tiago Thanks for the quick response!

UserImage.jpg
Adilson Ivan da Costa Júnior

Jasper Oudenaarden wrote:

Somehow we finally managed to login to lifetime using the Administrator account. So the next step to edit the DB wasn't necessary luckily   

@Tiago Thanks for the quick response!


Jasper, I'm facing the same problem here. Do you remember how you guys fixed it? Was doind a direct update to the DB? 

2017-07-05 18-13-21
Tiago Neves

Hi Jasper,

How did you change this? On Lifetime right? If that's the case it will affect all environments registered on Lifetime then...

If so and assuming you have access to DBs, look for table OSSYS_AUTHPROVIDER and change ISACTIVE to 0 on Lifetime environment and all others registered in it.


You can run a script:

UPDATE OSSYS_AUTHPROVIDER SET ISACTIVE = 0;
commit;


BR

Tiago

2018-05-04 07-42-59
João Proença

Hi Jasper

You should contact support regarding this issue. I'm sure they'll be able to help.

Cheers!

2017-07-06 09-31-00
Jasper Oudenaarden
Solution

Somehow we finally managed to login to lifetime using the Administrator account. So the next step to edit the DB wasn't necessary luckily   

@Tiago Thanks for the quick response!

UserImage.jpg
Adilson Ivan da Costa Júnior

Jasper Oudenaarden wrote:

Somehow we finally managed to login to lifetime using the Administrator account. So the next step to edit the DB wasn't necessary luckily   

@Tiago Thanks for the quick response!


Jasper, I'm facing the same problem here. Do you remember how you guys fixed it? Was doind a direct update to the DB? 

2024-03-25 06-19-08
Harlin Setiadarma

He said, he managed to login using Administrator account.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.