Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Kerberos Support for ODP.NET Core

tptan86Aug 29 2019 — edited Jun 3 2020

Hello

With .NET Core 3.0 upcoming in Sept, it seems that they are finally bringing Kerberos support.

In our environment we are highly dependent on Kerberos authentication to our Oracle database, currently using .NET Framework with ODP.NET.

We are trying to move to development on .NET Core, as such it is really useful and important for us to have ODP.NET Core Kerberos ready, which as per documentation it isn't at the moment as compared to ODP.NET and ODP.NET Managed.

This post has been answered by Alex Keh-Oracle on Aug 30 2019
Jump to Answer

Comments

Alex Keh-Oracle

The ODP.NET team has evaluated what is necessary to support Kerberos in .NET Core. We have requested specific Kerberos APIs to be implemented in .NET Core or some equivalent. You can see the request here:https://github.com/dotnet/corefx/issues/32291

Microsoft has scheduled delivering these APIs in .NET 5.

tptan86

Thanks for your perfect and quick response.

Am i right to say that ODP.NET Core won't be ready for Kerberos till .NET 5 release and also it will be reliant on how fast Microsoft get the Kerberos APIs out in .NET 5?

Alex Keh-Oracle
Answer

Microsoft has provided an update. MIT Kerberos API support will now not be available in .NET 5. The reason stated is: "We think the APIs won't be used by too many people." They are hoping a third-party will implement this, but none have emerged. If the community is interested in having Microsoft or the community implement this feature, please upvote the GitHub issue.

https://github.com/dotnet/runtime/issues/27395

Marked as Answer by tptan86 · Sep 27 2020
1 - 3

Post Details

Added on Aug 29 2019
3 comments
2,787 views