joy
joy
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
thanks so much for your help!! 🙏 @V.EINA Jaken
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
hi @V.EINA Jaken , i wanted to update you im able to get the access_token from the link now.. and i only need to validate the user in asp net project now.. i wanted to thank you for your detailed explanation on OAuth , if not i dont even understand how to implement it in my asp net project, ive tried to search for tutorials but it implementation was complicated without first understanding the concept..
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
okay can 🙏 i will try to implement it first and update you the results..
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
thank you so much for your explanation 🙏 🙏 im still trying to understand your explanation and explore more... thanks so much ... hope i can get back to you on some questions if i have any doubt on this if is okay 🙏 ..
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
redirect to provider, meaning when user access homepage (in this case is HomeController) to redirect to the OAuth link ? http://localhost:8080/otdsws/login?response_type=token&client_id=otcsnas&redirect_uri=https://localhost:7040/redirect&state=none -> (the OAuth link that will return token in the link)
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
and otdsws is the OAuth provider..
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
yes otcsnas is my main app
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
the http://192.168.1.86/otcsnas is asp net framework mvc project deployed with iis..
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
yes.. a separate one..
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
so i access my webpage from this link http://192.168.1.86/otcsnas
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
its deployed internally
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
its an opentext content server..
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
No description
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
yes asp net framework with mvc..
54 replies
CC#
Created by joy on 11/8/2023 in #help
✅ oauth in asp net framework?
i think need to do redirect for the oauth to works? i actually havent implemented oauth before.. so i thought it ishould redirect first? like when i access my web index homepage then we will redirect user and authenticate that user using oauth so determine if they're allowed to access the homepage..
54 replies
CC#
Created by joy on 1/12/2023 in #help
✅ create a nullable datetime array
okay thank you 🙏
8 replies
CC#
Created by joy on 1/12/2023 in #help
✅ create a nullable datetime array
like this ? result.Value = new DateTime?[] { myDateVal }
8 replies
CC#
Created by joy on 1/12/2023 in #help
✅ create a nullable datetime array
but result.Value is a nullable DateTime[] type
8 replies
CC#
Created by joy on 1/12/2023 in #help
✅ create a nullable datetime array
that is result.Value = new DateTime[] { myDateVal }
8 replies